document.write( "Question 350070: A is 4 years older than b,who is 3 times as old as c.if the sum of their ages is 25 how old is b?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #250196 by algae132(1)![]() ![]() ![]() You can put this solution on YOUR website! Let x represent c's age. So the ages of the other people in terms of c, are: \n" ); document.write( "b = 3x \n" ); document.write( "a = 3x + 4\r \n" ); document.write( "\n" ); document.write( "We know that; a + b + c = 25 \n" ); document.write( "Substitute in terms of x.\r \n" ); document.write( "\n" ); document.write( "3x + 4 + 3x + x = 25 \n" ); document.write( "7x + 4 = 25 \n" ); document.write( "7x = 21 \n" ); document.write( "x = 3\r \n" ); document.write( "\n" ); document.write( "We know that b = 3x \n" ); document.write( "So, b = 3(3) = 9 \n" ); document.write( " \n" ); document.write( " |