document.write( "Question 1152205: Jame is seven years older than Amy. Twelve years ago, Amy was half as old as Jane is now. How old is Jane now?
\n" );
document.write( "Show steps please! Thanks! \n" );
document.write( "
Algebra.Com's Answer #774178 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let j = Jane's present age \n" ); document.write( "let a = Amy's present age \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( "Jane is seven years older than Amy. \n" ); document.write( "j = a + 7 \n" ); document.write( "or \n" ); document.write( "a = j - 7 \n" ); document.write( ": \n" ); document.write( "Twelve years ago, Amy was half as old as Jane is now. \n" ); document.write( "a - 12 = \n" ); document.write( "get rid of the fraction, mult by 2 \n" ); document.write( "2(a-12) = j \n" ); document.write( "2a - 24 = j \n" ); document.write( "replace a with (j-7) from the 1st equation \n" ); document.write( "2(j-7) - 24 = j \n" ); document.write( "2j - 14 - 24 = j \n" ); document.write( "2j - j = 38 \n" ); document.write( "j = 38 yrs old is Jane now \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this: \n" ); document.write( " a = 38 - 7 \n" ); document.write( " a = 31 \n" ); document.write( "\"Twelve years ago, Amy was half as old as Jane is now.\" \n" ); document.write( "31 - 12 = \n" ); document.write( "19 = 19 \n" ); document.write( " \n" ); document.write( " |