document.write( "Question 1032228: There are three consecutive even numbers such that twice the first is 20 more than the second . find the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #646864 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! There are three consecutive even numbers such that twice the first is 20 more than the second . find the numbers \n" ); document.write( "------------ \n" ); document.write( "Use n & n+2 \n" ); document.write( "2n = (n+2) + 20 = n+22 \n" ); document.write( "n = 22 \n" ); document.write( " \n" ); document.write( " |