document.write( "Question 1060801: Please help, this is the word problem. Thanks!
\n" );
document.write( "Currently, Michael is 5 years less than three times the age of his sister. In one year, he will be twice as old as his sister. Solve for both of their ages.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #675646 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! sister is x years old \n" ); document.write( "Michael is 3x-5 years old \n" ); document.write( "in one year, sister will be x+1 years old \n" ); document.write( "Michael will be 3x-4 years old \n" ); document.write( "3x-4=2(x+1) \n" ); document.write( "3x-4=2x+2 \n" ); document.write( "x-4=2 \n" ); document.write( "x=6 sister's age in years \n" ); document.write( "Michael's is 13 \n" ); document.write( "in one year, he will be 14 and his sister 7. \n" ); document.write( " |