document.write( "Question 703961: Ben is twice as old as mike.three years ago,he was three times as old as mike. how old is each boy now? \n" ); document.write( "
Algebra.Com's Answer #433876 by nshah11(47)![]() ![]() ![]() You can put this solution on YOUR website! B = Ben's Age\r \n" ); document.write( "\n" ); document.write( "M = Mike's age\r \n" ); document.write( "\n" ); document.write( "B = 2M\r \n" ); document.write( "\n" ); document.write( "B - 3 = 3(M - 3)\r \n" ); document.write( "\n" ); document.write( "2M - 3 = 3M - 9\r \n" ); document.write( "\n" ); document.write( "M = 6\r \n" ); document.write( "\n" ); document.write( "B = 12 \n" ); document.write( " |