document.write( "Question 1169522: C's age is 6 more than the sum of the ages of A and B. Five years from now A will be half as old as C is now. Five years ago A was 1/3 as old as B will be five years hence. Find their present ages. \n" ); document.write( "
Algebra.Com's Answer #794398 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Write an equation for each statement, try to get b and c in term of a \n" ); document.write( ": \n" ); document.write( " C's age is 6 more than the sum of the ages of A and B. \n" ); document.write( "c = a + b + 6 \n" ); document.write( " Five years from now A will be half as old as C is now. \n" ); document.write( "a + 5 = .5c \n" ); document.write( "multiply both sides by 2 \n" ); document.write( "2(a+5) = c \n" ); document.write( "c = 2a + 10 \n" ); document.write( " Five years ago A was 1/3 as old as B will be five years hence. \n" ); document.write( "a - 5 = \n" ); document.write( "Get rid of the annoying fraction, multiply both sides by 3 \n" ); document.write( "3(a-5) = b + 5 \n" ); document.write( "3a - 15 = b + 5 \n" ); document.write( "3a - 15 - 5 = b \n" ); document.write( "b = 3a - 20 \n" ); document.write( "in the first equation replace c with (2a+10), replace b with (3a-20) \n" ); document.write( "2a + 10 = a + (3a - 20) + 6 \n" ); document.write( "2a + 10 = 4a - 14 \n" ); document.write( "10 + 14 = 4a - 2a \n" ); document.write( "24 = 2a \n" ); document.write( "a = 12 yrs \n" ); document.write( "then \n" ); document.write( "b = 3(12) - 20 \n" ); document.write( "b = 16 yrs \n" ); document.write( "and \n" ); document.write( "c = 2(12) + 10 \n" ); document.write( "c = 34 yrs \n" ); document.write( ": \n" ); document.write( "See if that checks out in the first equation \n" ); document.write( "34 = 12 + 16 + 6 \n" ); document.write( "34 = 34\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Find their present ages. \n" ); document.write( " |