document.write( "Question 1009010: Ali is Y years old
\n" ); document.write( "Bhavara is twice as old as Ali
\n" ); document.write( "Ceris is 3 years younger than Ali\r
\n" ); document.write( "\n" ); document.write( "The total of their ages is 125 years\r
\n" ); document.write( "\n" ); document.write( "Work out the age of each person?
\n" ); document.write( "

Algebra.Com's Answer #624545 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Ali = Y
\n" ); document.write( "Bha = 2Y
\n" ); document.write( "Cer = Y - 3
\n" ); document.write( "Then
\n" ); document.write( "Y + 2Y + Y-3 = 125
\n" ); document.write( "4Y - 3 = 125
\n" ); document.write( "4Y = 128
\n" ); document.write( "Ali = Y = 32
\n" ); document.write( "Bha = 2Y = 64
\n" ); document.write( "Cer = Y - 3 = 29
\n" ); document.write( "
\n" );