document.write( "Question 14934: The sum of two numbers is 133. Four times the smaller of the two numbers equals three times the greater number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #7464 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Let x be the smaller number and y the bigger number. \n" ); document.write( " we have x+y=133.......(1) \n" ); document.write( " and 4*x=3*y ..........(2) \n" ); document.write( "multiplying (1) with 3 throught we get 3*x+3*y=3*133...substituting 3*y=4*x in this we get 3*x+4*x=399 \n" ); document.write( " 7*x=399 \n" ); document.write( " x=399/7=57 \n" ); document.write( " since 4*x=3*y=4*57 \n" ); document.write( " y=4*57/3=4*19=76 \n" ); document.write( " hence x=57 and y=76.... \n" ); document.write( " |