document.write( "Question 918533: Find two numbers such that the larger is one more than twice the smaller and their product is 105. \n" ); document.write( "
Algebra.Com's Answer #557094 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x the samller number referred to \n" ); document.write( "(2x+1)x = 105 \n" ); document.write( "2x^2 + x - 105 = 0 \n" ); document.write( "(2x +15 )(x -7) = 0 \n" ); document.write( "2x + 15 = 0, x = \n" ); document.write( "0r \n" ); document.write( "x-7 = 0, x = \n" ); document.write( " \n" ); document.write( " |