document.write( "Question 571545: The sum of 4 consecutive number is 586.What is the largest number of four? \n" ); document.write( "
Algebra.Com's Answer #368112 by ikdeep(226) You can put this solution on YOUR website! let the consecutive numbers be x, x+1, x+2, x+3\r \n" ); document.write( "\n" ); document.write( "as per the condition; \n" ); document.write( "x + (x+1) + (x+2) + (x+3) = 586 \n" ); document.write( "solve the equation and we get; \n" ); document.write( "x=145\r \n" ); document.write( "\n" ); document.write( "so the consecutive numbers are 145, 146, 147 and 148 \n" ); document.write( "the largest numbers = 148.\r \n" ); document.write( "\n" ); document.write( "hope this will help you \n" ); document.write( " \n" ); document.write( " |