document.write( "Question 469643: how do you solve \"find three consecutive integers such that twice the smallest is 12 less more than the largest.\" i know to do \r
\n" );
document.write( "\n" );
document.write( "Let n=1st CI
\n" );
document.write( "n+1=2nd CI
\n" );
document.write( "n+2= 3rd CI
\n" );
document.write( "
\n" );
document.write( "But how do you get the varbal expression. how do you find twice the smallest and the largest. what is that. \n" );
document.write( "
Algebra.Com's Answer #322198 by ccs2011(207)![]() ![]() You can put this solution on YOUR website! Twice the smallest just means 2 times the lowest integer(n) \n" ); document.write( "12 less means you subtract 12 from the highest integer(n+2) \n" ); document.write( "**Note i think you left something out of the question, Im going to assume its \"12 less than 3 times the largest\" since that provides the first case in which there is a valid solution** \n" ); document.write( "Equation: \n" ); document.write( "2n = 3(n+2) - 12 \n" ); document.write( "2n = 3n - 6 \n" ); document.write( "Subtract 3n on both sides \n" ); document.write( "-n = -6 \n" ); document.write( "Flip signs \n" ); document.write( "n = 6 \n" ); document.write( "Therefore the 3 consecutive integers are 6,7,8 \n" ); document.write( " |