document.write( "Question 1194959: . Find three consecutive even integers such that if the largest integer is subtracted from four
\n" );
document.write( "times the smallest, the result is 6 more than twice the middle integer. \n" );
document.write( "
Algebra.Com's Answer #827266 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! . Find three consecutive even integers such that if the largest integer is subtracted from four \n" ); document.write( "times the smallest, the result is 6 more than twice the middle integer. \n" ); document.write( "----------------- \n" ); document.write( "s = smallest \n" ); document.write( "4s - (s+4) = 2(s+2) + 6 \n" ); document.write( "3s-4 = 2s + 10 \n" ); document.write( "s = 14 \n" ); document.write( "etc \n" ); document.write( " |