document.write( "Question 1056166: Michelle is 7 years older than her sister Joan, and Joan is 3 years younger than their brother Ryan. If the sum of their ages is 64, how old is Joan? \n" ); document.write( "
Algebra.Com's Answer #671361 by algebra hello(55)![]() ![]() ![]() You can put this solution on YOUR website! let ryan's age =x \n" ); document.write( "then joan's age =x-3 \n" ); document.write( "and Michelle's age=x-3+7=x+4 \n" ); document.write( "now according to question, \n" ); document.write( "x+(x-3)+(x+4)=64 \n" ); document.write( "3x+1=64 \n" ); document.write( "3x=63 \n" ); document.write( "x=21 \n" ); document.write( "Joan's age=21-3=18 \n" ); document.write( " |