document.write( "Question 349078: jay is 12 years older than mario. If mario's age 2 years from now is half jay's age six years from now, how ild will each be in 10 years? \n" ); document.write( "
Algebra.Com's Answer #249539 by mananth(16946)![]() ![]() You can put this solution on YOUR website! jay is 12 years older than mario. If mario's age 2 years from now is half jay's age six years from now, how ild will each be in 10 years? \n" ); document.write( "... \n" ); document.write( "let mario be x \n" ); document.write( "Jay = x+12 \n" ); document.write( "... \n" ); document.write( "2 years from now \n" ); document.write( "Mario = x+2 \n" ); document.write( "6 years from now Jay's age \n" ); document.write( "x+12+6 \n" ); document.write( "=x+18 \n" ); document.write( "... \n" ); document.write( "x+2 = 1/2 (x+18) \n" ); document.write( "2(x+2)=x+18 \n" ); document.write( "2x+4 = x+18 \n" ); document.write( "2x-x=18-4 \n" ); document.write( "x= 14 Mario's age now \n" ); document.write( "x+12 = 14+12 = 26 years Jay's age \n" ); document.write( ".. \n" ); document.write( "10 years later \n" ); document.write( "Mario = 24 years \n" ); document.write( "Jay = 36 years \n" ); document.write( " |