document.write( "Question 122228:  1)If 3 is subtracted from the numerator of a certain fraction,the value of the fraction becomes 3/5.If 1 is subtracted from the denominator of the same fraction,it becomes 2/3.Find the original fraction.\r
\n" );
document.write( "\n" );
document.write( "2)Find the product of 2 numbers such that twice the first added to the second equals 19 and three times the first is 21 more than the second.\r
\n" );
document.write( "\n" );
document.write( "3)The second  of the four numbers is three less than the first,the third is four more than the first and the fourth is two more than the third.Find the fourth number if the sum is 35. \n" );
document.write( "
| Algebra.Com's Answer #89864 by ankor@dixie-net.com(22740)     You can put this solution on YOUR website! 1)If 3 is subtracted from the numerator of a certain fraction,the value of the fraction becomes 3/5.If 1 is subtracted from the denominator of the same fraction,it becomes 2/3.Find the original fraction. \n" ); document.write( "Let the \"certain fraction\" = \n" ); document.write( "If 3 is subtracted from the numerator, the value is 3/5. \n" ); document.write( " \n" ); document.write( "Cross multiply: \n" ); document.write( "5(x-3) = 3y \n" ); document.write( "5x - 15 = 3y \n" ); document.write( "5x - 3y = 15; eq1 \n" ); document.write( ": \n" ); document.write( "If 1 is subtracted from the denominator of the same fraction,it becomes 2/3. \n" ); document.write( " \n" ); document.write( "Cross multiply: \n" ); document.write( "3x = 2(y-1) \n" ); document.write( "3x = 2y - 2 \n" ); document.write( "3x - 2y = -2;eq2 \n" ); document.write( ": \n" ); document.write( "We're going to use elimination: mult eq1 by 2 and eq2 by 3: \n" ); document.write( "10x - 6y = 30 \n" ); document.write( " 9x - 6y = -6 \n" ); document.write( "------------------subtracting eliminates y; find x \n" ); document.write( "1x = 36 is the numerator \n" ); document.write( ": \n" ); document.write( "Find y using: 5x - 3y = 15 \n" ); document.write( "5(36) - 3y = 15 \n" ); document.write( "180 - 3y = 15 \n" ); document.write( "-3y = 15 - 180 \n" ); document.write( "-3y = -165 \n" ); document.write( "y = \n" ); document.write( "y = 55 is the denominator \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "You can check the solutions by substitution \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "2)Find the product of 2 numbers such that twice the first added to the second equals 19 and three times the first is 21 more than the second. \n" ); document.write( "Let the two numbers = x & y; find the two numbers, then worry about the product \n" ); document.write( ": \n" ); document.write( "twice the first added to the second equals 19 \n" ); document.write( "2x + y = 19 \n" ); document.write( ": \n" ); document.write( "3 times the first is 21 more than the second \n" ); document.write( "3x = y + 21 \n" ); document.write( "3x - y = 21 \n" ); document.write( ": \n" ); document.write( "add the two equations \n" ); document.write( "2x + y = 19 \n" ); document.write( "3x - y = 21 \n" ); document.write( "-------------adding eliminates y, find x \n" ); document.write( "5x = 40 \n" ); document.write( "x = \n" ); document.write( "x = 8 \n" ); document.write( ": \n" ); document.write( "Find y using 2x + y = 19 \n" ); document.write( "2(8) + y = 19 \n" ); document.write( "y = 19 - 16 \n" ); document.write( "y = 3 \n" ); document.write( "Obviously the product is 8 * 3 = 24 \n" ); document.write( ": \n" ); document.write( "Check solutions in 3x - y = 21 \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "3)The second of the four numbers is three less than the first,the third is four more than the first and the fourth is two more than the third.Find the fourth number if the sum is 35. \n" ); document.write( ": \n" ); document.write( "Let our 4 numbers be = to 35 as it says. \n" ); document.write( "w + x + y + z = 35 \n" ); document.write( ": \n" ); document.write( "The second of the four numbers is 3 less than the first: \n" ); document.write( "x = (w-3) \n" ); document.write( ": \n" ); document.write( "the third is 4 more than the first \n" ); document.write( "y = (w+4) \n" ); document.write( ": \n" ); document.write( "the fourth is two more than the third \n" ); document.write( "z = (y+2) \n" ); document.write( "we want all the variables in terms of w, substitute (w+4) for y \n" ); document.write( "z = (w+4) + 2 \n" ); document.write( "z = (w+6) \n" ); document.write( ": \n" ); document.write( "Substitute for x, y & z in the total equation \n" ); document.write( "w + (w-3) + (w+4) + (w+6) = 35 \n" ); document.write( "4w - 3 + 4 + 6 = 35 \n" ); document.write( "4w + 7 = 35 \n" ); document.write( "4w = 35 - 7 \n" ); document.write( "w = \n" ); document.write( "w = 7 \n" ); document.write( ": \n" ); document.write( "The want the 4th number (z) \n" ); document.write( "z = 7 + 6 \n" ); document.write( "z = 13 \n" ); document.write( ": \n" ); document.write( "Check solutions by substitution, see if I'm right \n" ); document.write( " |