Suppose A,B, and C are positive integers such that 24/5 = A + 1/B+1/C+1

The value of 1A + 2B + 3C equals:

(A) 9 (B) 12 (C) 15
(D) 17 (E) 20

hey i am trying to solve the problem, is it written like
A+1
_____
B+1/C+1

A + 1
______
B + 1
____
C + 1

sorry it sort of doesnt make sense i am really good at math too... so it is written like
a+1
________
B+1
__
C+1

from your equation we can say

A + 1/B + 1/C = 19/5 (subtract 1 from both sides)

since the common denominator BC is 5
B=1 and C=5 or B=5 and C=1

neither combination produces your stated result,
but when A=3, B=-5 and C=1

we get 3 -1/5 + 1 = 19/5

we get the same result when A=3, B=1 and C=-5

I actually ran a computer program in QuickBasic which gave me the following results, which all work in your original equation

A,B,C
4,-5,1
4,1,-5
5,-30,-6
5,-10,-10
6,-1,-5

THERE IS NO SOLUTION FOR ALL POSITIVE INTEGERS

Based on the equation provided, 24/5 = A + 1/B + 1/C + 1, we can rearrange the equation to isolate A on one side:

A = (24/5) - (1/B + 1/C + 1)

To simplify the equation, we need to find common denominators for B and C. Since B and C are positive integers, let's assume their common denominator is 5 (BC = 5).

Rewriting the equation with the common denominator:

A = (24/5) - (C + B + 1)/(BC)

Now, we know that A, B, and C are positive integers, so let's substitute A with 1A, B with 2B, and C with 3C:

1A + 2B + 3C = (24/5) - (3C + 2B + 1)/(BC)

To find the value of 1A + 2B + 3C, we need to determine the values of A, B, and C that satisfy the equation. Unfortunately, solving for positive integer values of A, B, and C in this equation has no solution.

Therefore, the answer to the question is (E) 20, as there is no combination of positive integer values for A, B, and C that satisfies the equation.