document.write( "Question 773000: Kristine is 4 years younger than Mario. 3 years from now she will be two thirds as old as Mario. Find their present age. \n" ); document.write( "
Algebra.Com's Answer #471243 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Kristine is 4 years younger than Mario. 3 years from now she will be two thirds as old as Mario. Find their present age. \n" ); document.write( "*** \n" ); document.write( "let x=Kristine's present age \n" ); document.write( "x+4=Mario's present age \n" ); document.write( "3 yrs from now: \n" ); document.write( "x+3=Kristine's age \n" ); document.write( "x+4+3=x+7=Mario's age \n" ); document.write( ".. \n" ); document.write( " \n" ); document.write( "3x+9=2x+14 \n" ); document.write( "x=5 \n" ); document.write( "x+4=9 \n" ); document.write( "Kristine's present age=5 \n" ); document.write( "Mario's present age=9 \n" ); document.write( " |