document.write( "Question 511287: The numerator and denominator of a fraction are together equal to 100. Increase the numerator by 18 and decrease the denominator by 16 and the fraction is doubled. What is the fraction? \n" ); document.write( "
Algebra.Com's Answer #342100 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! The numerator and denominator of a fraction are together equal to 100. \n" ); document.write( "n + d = 100 \n" ); document.write( "d = (100-a) \n" ); document.write( ": \n" ); document.write( " Increase the numerator by 18 and decrease the denominator by 16 and the fraction is doubled. \n" ); document.write( " \n" ); document.write( "Cross multiply \n" ); document.write( "d(n+18) = 2n(d-16) \n" ); document.write( "dn + 18d = 2dn - 32n \n" ); document.write( "18d = 2dn - dn - 32n \n" ); document.write( "18d = dn - 32n \n" ); document.write( ": \n" ); document.write( "replace d with (100-n) \n" ); document.write( "18(100-n) = n(100-n) - 32n \n" ); document.write( "1800 - 18n = 100n - n^2 - 32n \n" ); document.write( ": \n" ); document.write( "Arrange as a quadratic equation on the left \n" ); document.write( "n^2 - 18n -100n + 32n + 1800 = 0 \n" ); document.write( "n^2 - 86n + 1800 = 0 \n" ); document.write( ": \n" ); document.write( "You can use the quadratic formula here but it will factor to: \n" ); document.write( "(n-50){n-36) = 0 \n" ); document.write( "Two solutions (remember n + d = 100) \n" ); document.write( "n = 50, then d = 50, but of course 50/50 = 1, not really considered a fraction \n" ); document.write( "and \n" ); document.write( "n = 36, then d = 64 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this in the original equation: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |