document.write( "Question 399137: Wanda is 5 years older then Marian. The sum of there ages is 19. What is the age of each of them? \n" ); document.write( "
Algebra.Com's Answer #282652 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Marian = x years \n" ); document.write( "Wanda = x+5 years \n" ); document.write( ".. \n" ); document.write( "x+x+5 = 19 \n" ); document.write( "2x+5=19 \n" ); document.write( "-5 \n" ); document.write( "2x= 19-5 \n" ); document.write( "2x=14 \n" ); document.write( "/2 \n" ); document.write( "x= 7 Marian's age \n" ); document.write( "Wand = 12 years \n" ); document.write( " |