document.write( "Question 295156: In 2 years, Jorge will be 3 times as old as maria is now.
\n" );
document.write( "In 10 years, Jorge will be 4 times as old as maria is now \n" );
document.write( "
Algebra.Com's Answer #212754 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let jorge's age be x \n" ); document.write( "Maria's age be y\r \n" ); document.write( "\n" ); document.write( "x+2=3y \n" ); document.write( "x+10=4y\r \n" ); document.write( "\n" ); document.write( "x+10 -x-2=4y-3y\r \n" ); document.write( "\n" ); document.write( "10-2=y \n" ); document.write( "y=8 Maria's age\r \n" ); document.write( "\n" ); document.write( "x+2= 3*8\r \n" ); document.write( "\n" ); document.write( "x=24-2 \n" ); document.write( "x=22 Jorge's age\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3 \n" ); document.write( " |