document.write( "Question 740633: Using 2 variables:
\n" );
document.write( "Ruth is twice as old as Pat. In 4 years, Ruth will be three times as old as Pat was three years ago. How old is each now?
\n" );
document.write( "I have the let statements- let x=Pat let y= Ruth
\n" );
document.write( "Also I have, 2y=p, but I am stuck on the second equation.
\n" );
document.write( "Thanks for your help! \n" );
document.write( "
Algebra.Com's Answer #451645 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! let x=Pat let y= Ruth\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In four years, ages x+4 and y+4. \n" ); document.write( "Three years ago, ages x-3 and y-3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " |