document.write( "Question 582084: How would I set up this word problem?
\n" );
document.write( " \"The sum of a number and its reciprocal is 29/10. Find the number.\" \r
\n" );
document.write( "\n" );
document.write( "The eguation that I have tried looks like this:
\n" );
document.write( " x + 1/x=29/10
\n" );
document.write( "By the way the 1/x, for example, represents 1 over x. \n" );
document.write( "
Algebra.Com's Answer #371934 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! x + \n" ); document.write( "multiply thru by 10x, cancel the denominators and you have: \n" ); document.write( "10x(x) + 10 = 29x \n" ); document.write( "10x^2 - 29x + 10 = 0; a quadratic equation \n" ); document.write( "Use the quadratic formula, but this will factor to \n" ); document.write( "(5x - 2)(2x - 5) = 0 \n" ); document.write( "two solutions \n" ); document.write( "5x = 2 \n" ); document.write( "x = \n" ); document.write( "and \n" ); document.write( "2x = 5 \n" ); document.write( "x = \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check with x = \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |