document.write( "Question 140136: The sum of a number and 25 times its reciproal is 10. Find the number. \n" ); document.write( "
Algebra.Com's Answer #102102 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x+50/x=10 \n" ); document.write( "(x^2+50)x=10 cross multiply. \n" ); document.write( "x^2+50=10x \n" ); document.write( "x^2-10x+50=0 \n" ); document.write( "using the quadratic equation: \n" ); document.write( "x=(10+-sqrt[-10^2-4*1*50])/2*1 \n" ); document.write( "x=(10+-sqrt[100-200])/2 \n" ); document.write( "x=(10+-sqrt-100)/2 \n" ); document.write( "x=(10+-10i)/2 \n" ); document.write( "x=10/2+-10i/2 \n" ); document.write( "x=5+-5i answers.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |