document.write( "Question 518288: The greatest of three Consecutive whole numbers is X. Find the sum of X times the smallest number twice the middle number and three times the greatest. \n" ); document.write( "
Algebra.Com's Answer #345153 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The greatest of three Consecutive whole numbers is X. Find the sum of X times the smallest number twice the middle number and three times the greatest. \n" ); document.write( ": \n" ); document.write( "The three numbers: x, (x-1), (x-2) \n" ); document.write( ": \n" ); document.write( "Punctuation helps make sense of this \n" ); document.write( "\"Find the sum of X times: the smallest number, twice the middle number, and three times the greatest.\" \n" ); document.write( ": \n" ); document.write( "x((x-2) + 2(x-1) + 3x) \n" ); document.write( "x(x - 2 + 2x - 2 + 3x) \n" ); document.write( "x(6x - 4) \n" ); document.write( "or \n" ); document.write( "6x^2 - 4x\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |