document.write( "Question 1131827: Alvin is now 4 times as old as benjamin. Five years ago, the sum of their ages was 45 years. How old is each now? \n" ); document.write( "
Algebra.Com's Answer #748500 by addingup(3677)![]() ![]() You can put this solution on YOUR website! A = 4B \n" ); document.write( "A-5 + B-5 = 45 \n" ); document.write( "A + B = 55 \n" ); document.write( "4B + B = 55 \n" ); document.write( "5B = 55 \n" ); document.write( "B = 11 \n" ); document.write( "Benjamin is 11 and Alvin is 4 times as old, 11 x 4 = 44 \n" ); document.write( " |