document.write( "Question 39946This question is from textbook alegbra 1
\n" );
document.write( ": Molly is 4 years younger then Heidi. In 3 years, Heidi will be twice as old as Molly. How old are they now? \n" );
document.write( "
Algebra.Com's Answer #25352 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Heidi is x years old \n" ); document.write( "Molly is x-4 years old \n" ); document.write( "In 3 years Molly will be x+3-4 and Heidi will be 2(x-1) \n" ); document.write( "EQUATION: \n" ); document.write( "2(x-1)=x+3 \n" ); document.write( "2x-2=x+3 \n" ); document.write( "x=5 \n" ); document.write( "5-4=1 \n" ); document.write( "Hence, Heidi is 5 years old and Molly is 1 year old. \n" ); document.write( "Paul. \n" ); document.write( " |