document.write( "Question 530727: when the square of three times a positive integer is decreased by the integer, the result is 2010. what is the integer? \n" ); document.write( "
Algebra.Com's Answer #350202 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! x = a positive integer \n" ); document.write( "3x = 3 times the number \n" ); document.write( "9x^2 = the square of 3 times the number \n" ); document.write( ". \n" ); document.write( "9x^2-x = 2010 \n" ); document.write( ". \n" ); document.write( "9x^2 -x -2010 = 0 \n" ); document.write( ". \n" ); document.write( "Using the quadratic equation, we find: \n" ); document.write( ". \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ". \n" ); document.write( "So x = 15 is the only integer solution. \n" ); document.write( ". \n" ); document.write( "Checking this value, we find: \n" ); document.write( "9*225 -15 = 2010 \n" ); document.write( "correct. \n" ); document.write( ". \n" ); document.write( "Answer: x = 15. \n" ); document.write( " |