document.write( "Question 879676: the product of two consecutive odd numbers is 195.find the sum of the two numbers \n" ); document.write( "
Algebra.Com's Answer #530972 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the numbers be x & x+2\r \n" ); document.write( "\n" ); document.write( "x(x+2)=195\r \n" ); document.write( "\n" ); document.write( "x^2+2x-195=0\r \n" ); document.write( "\n" ); document.write( "x^2+15x-13x-195=0\r \n" ); document.write( "\n" ); document.write( "x(x+15)-13(x+15)=0\r \n" ); document.write( "\n" ); document.write( "(x+15)(x-13)=0\r \n" ); document.write( "\n" ); document.write( "x=-15 OR 13\r \n" ); document.write( "\n" ); document.write( "x,y = -15,-13 \n" ); document.write( "x+y=-28\r \n" ); document.write( "\n" ); document.write( "OR \n" ); document.write( "x+y = 13+15 =28\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |