document.write( "Question 912348: Frank is 5 years younger than Lawrence, four years later, lawrence will be twice as old as frank find their present age \n" ); document.write( "
Algebra.Com's Answer #553739 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Frank is 5 years younger than Lawrence, four years later, lawrence will be twice as old as frank find their present age. \n" ); document.write( "*** \n" ); document.write( "let x=Lawrence's age \n" ); document.write( "x-5=Frank's age \n" ); document.write( ".. \n" ); document.write( "4 yrs later: \n" ); document.write( "x+4=Lawrence's age \n" ); document.write( "x-5+4=x-1=Frank's age \n" ); document.write( "x+4=2(x-1) \n" ); document.write( "x+4=2x-2 \n" ); document.write( "x=6 \n" ); document.write( "x-5=1 \n" ); document.write( "Lawrence's age=6 \n" ); document.write( "Frank's age=1 \n" ); document.write( " |