document.write( "Question 710778: find three consecutive od integers such that the produt of the two smaller exceeds the largest by 52. \n" ); document.write( "
Algebra.Com's Answer #437192 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! Odd Integers: 2n+1, 2n+3, 2n+5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(2n+1)(2n+3)-(2n+5)=52 \n" ); document.write( "Find n.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4n^2+8n+3-2n-5=52 \n" ); document.write( "4n^2+6n=52-3+5 \n" ); document.write( "4n^2+6n-54=0 \n" ); document.write( "2n^2+3n-27=0 \n" ); document.write( ". \n" ); document.write( "Using the quadratic formula solution, \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I checked over this about three times, and if n is the value as found, the question has no solution. n must be integer, but clearly is is not. \n" ); document.write( " |