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 #451647 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
We are given 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?\r
\n" ); document.write( "\n" ); document.write( "let x=Pat let y= Ruth\r
\n" ); document.write( "\n" ); document.write( "y = 2x ( Ruth is twice as old as Pat)\r
\n" ); document.write( "\n" ); document.write( "y+4 = 3*(x-3) (In 4 years, Ruth will be three times as old as Pat was three years ago)\r
\n" ); document.write( "\n" ); document.write( "subtitute 2x for y in second equation and we have\r
\n" ); document.write( "\n" ); document.write( "2x+4 = 3x - 9 and\r
\n" ); document.write( "\n" ); document.write( "x = 13 and y = 26\r
\n" ); document.write( "\n" ); document.write( "so Pat is 13 and Ruth is 26
\n" ); document.write( "
\n" ); document.write( "
\n" );