document.write( "Question 32658: Samantha is 8 and two-third older than John. The sum of their ages is 23 years. How old is John? \n" ); document.write( "
Algebra.Com's Answer #19165 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! Let John's age is x years \n" ); document.write( "2/3x = 8 \n" ); document.write( "=> x = (3/2)8 = 12 \n" ); document.write( "John is 12 years old \n" ); document.write( " |