document.write( "Question 1168008: Kate is 5 years younger than Susan, and Melinda is 2 years older than Susan. If the sum of all three of their ages is 36, how old is Melinda?\r
\n" );
document.write( "\n" );
document.write( "8 \n" );
document.write( "
Algebra.Com's Answer #792607 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! K = S - 5 \n" ); document.write( "S = S \n" ); document.write( "M = S + 2\r \n" ); document.write( "\n" ); document.write( "K+S+M = (S-5)+S+(S+2) = 36 \n" ); document.write( " 3S = 39 \n" ); document.write( " S = 13, K = 8, and M = 15 \n" ); document.write( " |