document.write( "Question 549428: The total of three sisters' ages is 39. Dina is half as old as Michelle and 3 years younger than Juliette. How old are the sisters?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #357770 by TutorDelphia(193)![]() ![]() You can put this solution on YOUR website! Assign variables based on their names. \n" ); document.write( "We know that: \n" ); document.write( "d+m+j=39 \n" ); document.write( "We also know that \n" ); document.write( "d=1/2m \n" ); document.write( "and \n" ); document.write( "d=j-3\r \n" ); document.write( "\n" ); document.write( "We can find from that that \n" ); document.write( "m=2d \n" ); document.write( "and \n" ); document.write( "j=d+3 \n" ); document.write( "Lets sub those in \n" ); document.write( "d+2d+d+3=39 \n" ); document.write( "4d+3=39 \n" ); document.write( "4d=36 \n" ); document.write( "d=9 \n" ); document.write( "therefor j=12 and m=18 \n" ); document.write( " |