document.write( "Question 141294This question is from textbook algerbra 1
\n" );
document.write( ": How do I solve using a system of two equations in two variables?\r
\n" );
document.write( "\n" );
document.write( "Jack is twice as old as Jill. In two years, Jack will be 4 times as old as Jill was 9 years ago. How old are they now? \n" );
document.write( "
Algebra.Com's Answer #102977 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=Jack and y=Jill\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"Jack is twice as old as Jill\" __ x=2y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"In two years, Jack will be 4 times as old as Jill was 9 years ago\" __ x+2=4(y-9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ (2y)+2=4(y-9) __ 2y+2=4y-36 __ 38=2y __ 19=y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ x=2(19) __ x=38 \n" ); document.write( " |