document.write( "Question 506741: larry is 2 years younger then Ben. if the sum of their age is 49, what are their ages? \n" ); document.write( "
Algebra.Com's Answer #340236 by jennywecas(28)![]() ![]() You can put this solution on YOUR website! L=larry \n" ); document.write( "B=Ben \n" ); document.write( "L=B-2 \n" ); document.write( "L+B=49 \n" ); document.write( "B-2+B=49 \n" ); document.write( "2B=51 \n" ); document.write( "b=25.5 \n" ); document.write( "Bill is 25.5 years old and Larry 23.5 years old \n" ); document.write( " |