document.write( "Question 661464: The sum of the age of two sisters is 42. The second sister is three more than twice the first.
\n" );
document.write( "
\n" );
document.write( "Find the age of the OLDER sister. Just give the age - do not include units.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #411622 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the age of two sisters is 42. The second sister is three more than twice the first.\r \n" ); document.write( "\n" ); document.write( "Find the age of the OLDER sister. Just give the age - do not include units. \n" ); document.write( "----------- \n" ); document.write( "Equation: \n" ); document.write( "x + y = 42 \n" ); document.write( "y = 2x + 3 \n" ); document.write( "------ \n" ); document.write( "Substitute for \"y\" and solve for \"x\": \n" ); document.write( "x + 2x+3 = 42 \n" ); document.write( "3x = 39 \n" ); document.write( "x = 13 yrs (younger sister) \n" ); document.write( "Solve for \"y\": \n" ); document.write( "y = 2x+3 = 2*13+3 = 29 yrs (older sister) \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |