document.write( "Question 5036: The sum of half number and its reciprocal is the same as 51 divided by the number. find the number. \n" ); document.write( "
Algebra.Com's Answer #2510 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! From the problem description, you can write: \n" ); document.write( " n/2 + 1/n = 51/n where n is the unknown number. Multiply through by n to clear the fractions. \n" ); document.write( "(n^2)/2 + 1 = 51 Now multiply through by 2. \n" ); document.write( "n^2 + 2 = 102 Subtract 2 from both sides. \n" ); document.write( "n^2 = 100 Take the square root of both sides. \n" ); document.write( "n = +/- 10\r \n" ); document.write( "\n" ); document.write( "Both 10 and -10 will work here. \n" ); document.write( " |