document.write( "Question 364278: four times the larger of tow number is equal to seen times the smaller. The sum of the numbers is 22. find the numbers.
\n" );
document.write( "please give me the two equation, using the system of equation to solve each problem thanks \n" );
document.write( "
Algebra.Com's Answer #259876 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Assume the problem is: \n" ); document.write( "four times the larger of two number is equal to seven times the smaller. \n" ); document.write( " The sum of the numbers is 22. find the numbers. \n" ); document.write( ": \n" ); document.write( "Two number x & y, (y is the larger) \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( "\"four times the larger of two number is equal to seven times the smaller.\" \n" ); document.write( "4y = 7x \n" ); document.write( ": \n" ); document.write( "\"The sum of the numbers is 22.\" \n" ); document.write( "x + y = 22 \n" ); document.write( "x = (22-y) \n" ); document.write( ": \n" ); document.write( "find the numbers. \n" ); document.write( "Substitute (22-y) for x in the 1st equation \n" ); document.write( " |