document.write( "Question 895452: find three consecutive positive odd integers such that the product of the first and third is equal to 1. \n" ); document.write( "
Algebra.Com's Answer #805823 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2)(x+2) = 1 \n" ); document.write( "x^2 - 4 = 1 \n" ); document.write( "x^2 = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The solutions of this equation are not integers. \n" ); document.write( " |