document.write( "Question 1114044: jane is 4 times as old as michelle. after 6 years, the sum of their ages will be 47. how old is jane now? \n" ); document.write( "
Algebra.Com's Answer #729062 by addingup(3677)![]() ![]() You can put this solution on YOUR website! j = 4m \n" ); document.write( "j+6+m+6 = 47 substitute for j: \n" ); document.write( "4m+6+m+6 = 47 \n" ); document.write( "5m+12 = 47 \n" ); document.write( "5m = 35 \n" ); document.write( "m = 7 so michelle is 7 \n" ); document.write( "and jane is 4 times older: \n" ); document.write( "jane = 4(7) = 28 years old \n" ); document.write( " |