document.write( "Question 262949: Jerry is 3 years less than twice as old as Larry, The sum of their age is 60. find their ages.\r
\n" );
document.write( "\n" );
document.write( "Jerry is______years old and Larry is __________years old. \n" );
document.write( "
Algebra.Com's Answer #193721 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Let larry's age =x \n" ); document.write( "jerry = 2x-3\r \n" ); document.write( "\n" ); document.write( "2x-3+x=60 \n" ); document.write( "3x=63 \n" ); document.write( "x=21 \n" ); document.write( "jerry = 39 \n" ); document.write( " |