document.write( "Question 350468: The sum of linda's and steve's ages is 113. Steve is 11 years older than linda. How old is linda and how old is steve? \n" ); document.write( "
Algebra.Com's Answer #250506 by mananth(16946)![]() ![]() You can put this solution on YOUR website! L+S =113 \n" ); document.write( "L=113-S \n" ); document.write( ".. \n" ); document.write( "S=L+11 \n" ); document.write( "plug value of L \n" ); document.write( "S=113-S+11 \n" ); document.write( "2S=124 \n" ); document.write( "S=62 ... Steve's age \n" ); document.write( "Linda's age = 113-62=51 years \n" ); document.write( " |