document.write( "Question 258779: Solve this problem by using a two order system.\r
\n" );
document.write( "\n" );
document.write( "John is 5 years older than Mary. In 10 years, twice John's age decreased by Mary's age is 35, and John's age will be twice Mary's current age. Find their ages now.\r
\n" );
document.write( "\n" );
document.write( "John is years old ?, and Mary is ? years old.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #190494 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Again no idea what you mean by \"two order system\" \n" ); document.write( "j=m+5 and \n" ); document.write( "2(j+10)-(m+10)=35 and \n" ); document.write( "j+10=2m \n" ); document.write( "j=20 \n" ); document.write( "m=15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We can solve by just using the first and last equations. \n" ); document.write( "j=m+5 \n" ); document.write( "j+10=2m \n" ); document.write( "m+5+10=2m \n" ); document.write( "m+15=2m \n" ); document.write( "15=m \n" ); document.write( "j=20 \n" ); document.write( "Just for fun lets check using the unused equation \n" ); document.write( "2(j+10)-(m+10)=35 \n" ); document.write( "2(30)-25=35 \n" ); document.write( "60-25=35 \n" ); document.write( "35=35 \n" ); document.write( "ok \n" ); document.write( " |