document.write( "Question 1034549: Steve is 3 times older than Kevin. The sum of their age is 52. How old is Steve
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649205 by addingup(3677)![]() ![]() You can put this solution on YOUR website! S = 3K \n" ); document.write( "S+K = 52 \n" ); document.write( "and since S = 3K, substitute: \n" ); document.write( "K+3K = 52 \n" ); document.write( "4K = 52 \n" ); document.write( "K = 13 \n" ); document.write( " |