document.write( "Question 1005479: a certain number is subtracted from 18 and from 13. The product of the two numbers obtained is 66 . find the first number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #621950 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the number x. Then we have \n" ); document.write( "(18 - x)(13 - x) = 66 \n" ); document.write( "234 - 31x + x^2 = 66 \n" ); document.write( "or \n" ); document.write( "x^2 - 31x + 168 = 0 \n" ); document.write( "(x - 24)(x - 7) = 0 \n" ); document.write( "x = 24 or x = 7 \n" ); document.write( "Two solutions. \n" ); document.write( " |