document.write( "Question 543793: John is 8 years older than his sister. In 3 years he will be twice as old as she is. How old are they now?
\n" );
document.write( "Let x represent the age of John's sister now \n" );
document.write( "
Algebra.Com's Answer #354929 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! John is 8 years older than his sister. In 3 years he will be twice as old as she is. How old are they now? \n" ); document.write( "Let s represent the age of John's sister now \n" ); document.write( "---- \n" ); document.write( "Equations: \n" ); document.write( "j = s + 8 \n" ); document.write( "j+3 = 2(s+8) \n" ); document.write( "---- \n" ); document.write( "Substitute for \"j\" and solve for \"s\": \n" ); document.write( "s+8+3 = 2s+16 \n" ); document.write( "s+11 = 2s+16 \n" ); document.write( "s = -5 (Sis's age now) \n" ); document.write( "Comment: That's the answer but that doesn't make any sense. \n" ); document.write( "-- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |