document.write( "Question 1119324: The ages of three sisters are 3 consecutive even integers. If the sum of twice the 1st integer, 3 times the 2nd even integer. and the third even integer is 34, find each age \n" ); document.write( "
Algebra.Com's Answer #734819 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "If n is the smallest of the three consecutive even integers, the condition gives you this equation\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "2n + 3*(n+2) + (n+4) = 34.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "2n  + 3n + 6 + n + 4 = 34\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "6n = 24\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "n = 4.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  The ages are 4, 6 and 8 years.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );