document.write( "Question 415680: The difference of two numbers is 75. The larger number is 3 less than four times the smaller number. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #291366 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! x-y=75 (1) \n" ); document.write( "Larger number (x) is (=) 3 less (-) than 4 times (x) smaller number (y) \n" ); document.write( "Or in equation form: x=4y-3 (2) \n" ); document.write( "Substitute the value of x into (1) -> (4y-3)-y=75 -> 3y-3=75 \n" ); document.write( "Solving for y gives y=78/3, or y=26 \n" ); document.write( "Insert the value for y in (1) -> x-26=75 -> x=101 \n" ); document.write( "Ans: x=101,y=26 \n" ); document.write( "Check: 101=4*26-3 -> 101=104-3=101\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |