document.write( "Question 314274: The sum of twice a positive integer and 4 times the reciprocal of the integer is 9. Find the integer. \n" ); document.write( "
Algebra.Com's Answer #224663 by nyc_function(2741)![]() ![]() You can put this solution on YOUR website! Let n = the number we want to find.\r \n" ); document.write( "\n" ); document.write( "2n + 4(1/n) = 9\r \n" ); document.write( "\n" ); document.write( "To remove the fraction, multiply both sides of the equation by n.\r \n" ); document.write( "\n" ); document.write( "We get 2n^2 + 4 = 9n.\r \n" ); document.write( "\n" ); document.write( "Subtract 9n from both sides of the equation.\r \n" ); document.write( "\n" ); document.write( "2n^2 - 9n + 4 = 0\r \n" ); document.write( "\n" ); document.write( "We now have a quadratic equation.\r \n" ); document.write( "\n" ); document.write( "Can you find n now? \n" ); document.write( " |