document.write( "Question 519316: If twice Allen's age is increased by 48, the result is three times Allen's age? How old is Allen? \n" ); document.write( "
Algebra.Com's Answer #345527 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! A = Allen's age \n" ); document.write( ". \n" ); document.write( "Twice Allen's age increased by 48: 2A+48 \n" ); document.write( ". \n" ); document.write( "Three times Allen's age: 3A \n" ); document.write( ". \n" ); document.write( "3A = 2A+48 \n" ); document.write( "A = 48 \n" ); document.write( ". \n" ); document.write( "Allen's age is 48. \n" ); document.write( ". \n" ); document.write( "Check this solution \n" ); document.write( "3A = 3*48 = 144 \n" ); document.write( "2A+48 = 96+48 = 144 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |