document.write( "Question 1171699: If 2 is subtracted from a numerator of a fraction and 3 is added to the denominator, it reduces to 1/4. If 5 is added to the numerator and 2 is subtracted from the denominator, it reduces to 3. Find the fraction. \n" ); document.write( "
Algebra.Com's Answer #796603 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "n = original numerator \n" ); document.write( "d = original denominator \n" ); document.write( "n and d are whole numbers. To make things simple, we'll assume they are positive as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's focus on the part where it says \"If 2 is subtracted from a numerator of a fraction and 3 is added to the denominator, it reduces to 1/4\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2 is subtracted from n getting n-2 \n" ); document.write( "3 is added to d getting d+3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The fraction n/d turns into (n-2)/(d+3). \n" ); document.write( "We're told this new fraction reduces to 1/4. \n" ); document.write( "We can say (n-2)/(d+3) = 1/4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Cross multiply and solve for d. \n" ); document.write( "(n-2)/(d+3) = 1/4 \n" ); document.write( "4(n-2) = 1(d+3) \n" ); document.write( "4n-8 = d+3 \n" ); document.write( "d+3 = 4n-8 \n" ); document.write( "d = 4n-8-3 \n" ); document.write( "d = 4n-11 \n" ); document.write( "This will be useful later.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Next we'll focus on the part that says \"If 5 is added to the numerator and 2 is subtracted from the denominator, it reduces to 3\".\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Go back to the original numerator and original denominator (n and d). Add 5 to the original numerator getting n+5. Subtract 2 from the original denominator to get d-2. The fraction (n+5)/(d-2) reduces to 3 meaning we can say:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(n+5)/(d-2) = 3 \n" ); document.write( "(n+5)/(4n-11-2) = 3 .... plug in d = 4n-11 \n" ); document.write( "(n+5)/(4n-13) = 3 \n" ); document.write( "n+5 = 3(4n-13) \n" ); document.write( "n+5 = 12n-39 \n" ); document.write( "5+39 = 12n-n \n" ); document.write( "44 = 11n \n" ); document.write( "11n = 44 \n" ); document.write( "n = 44/11 \n" ); document.write( "n = 4 is the original numerator\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That value of n is plugged in like so \n" ); document.write( "d = 4n-11 \n" ); document.write( "d = 4*4-11 \n" ); document.write( "d = 16-11 \n" ); document.write( "d = 5 is the original denominator\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The original fraction is n/d = 4/5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's check our answers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If n = 4 and d = 5, then, \n" ); document.write( "(n-2)/(d+3) = (4-2)/(5+3) \n" ); document.write( "(n-2)/(d+3) = 2/8 \n" ); document.write( "(n-2)/(d+3) = (1*2)/(4*2) \n" ); document.write( "(n-2)/(d+3) = 1/4 \n" ); document.write( "This confirms the first part where it reads \"If 2 is subtracted from a numerator of a fraction and 3 is added to the denominator, it reduces to 1/4\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's check the other part: \n" ); document.write( "(n+5)/(d-2) = (4+5)/(5-2) \n" ); document.write( "(n+5)/(d-2) = 9/3 \n" ); document.write( "(n+5)/(d-2) = 3 \n" ); document.write( "That part is confirmed as well.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Both parts of the instructions are confirmed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 4/5 \n" ); document.write( " \n" ); document.write( " |