document.write( "Question 602818: The sum of the ages of Brain,steve and phil is 53.brain's age now is twice steve's age five years ago,and brain is two years older than Phil.What is the age of the oldest? Please show me the steps.\r
\n" );
document.write( "\n" );
document.write( "A.19 B.25 C.20 D.18 E.None of these \n" );
document.write( "
Algebra.Com's Answer #380411 by flame8855(424)![]() ![]() You can put this solution on YOUR website! let b be the age of brain \n" ); document.write( "let s be the age of steve \n" ); document.write( "let p be the age of phil \n" ); document.write( "b+s+p=53 \n" ); document.write( "b=2(s-5) \n" ); document.write( "s=(b+10)/2 \n" ); document.write( "b=p-2 \n" ); document.write( "p=b+2 \n" ); document.write( "substitute \n" ); document.write( "b+(b+10)/2 +b+2 = 53 \n" ); document.write( "2b+b+10+2b+4=106 \n" ); document.write( "5b= 92 \n" ); document.write( "b=92/5=18.4 \n" ); document.write( "s=(b+10)/2=14.2 \n" ); document.write( "p=b+2= 20.4 \n" ); document.write( "so the age of the oldest is 20 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |