document.write( "Question 584200: Lee is six years older than Greg. In three years Greg's age will be 2/3 that of Lee's, what are their ages? \n" ); document.write( "
Algebra.Com's Answer #372725 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! l=6+g \n" ); document.write( "g+3=(2/3)(l+3) \n" ); document.write( ". \n" ); document.write( "3g+9=2l+6 \n" ); document.write( "3g+9=12+2g+6 subtract 2g and 9 from both sides \n" ); document.write( "g=9 \n" ); document.write( "l=15 \n" ); document.write( " |