document.write( "Question 397096: How do u work this problem out? Its system of equations
\n" );
document.write( "3x+4y=12
\n" );
document.write( "Y=-2x+10
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #281535 by Sarpi(32)![]() ![]() You can put this solution on YOUR website! Solution \n" ); document.write( "This is a kind of two simultaneous equation. \n" ); document.write( "Step 1: \n" ); document.write( "Arrange the equation as follows; \n" ); document.write( "3x+4y = 12 -------------- eqn 1 \n" ); document.write( " y = 10-2x ----------- eqn 2 \n" ); document.write( "(I just interchanged the position of eqn 2 but it is the same as y = -2x+10)\r \n" ); document.write( "\n" ); document.write( "Step 2: \n" ); document.write( "By the substitution method, you make one of the variable x or y the subject in one of the eqn. \n" ); document.write( "Luckily, we have y has the subject in eqn 2. \n" ); document.write( " ie y = 10 - 2x ---------- eqn 3. \n" ); document.write( "Step 3: \n" ); document.write( "You substitute or put the eqn 3 into eqn 1. Note you cannot put eqn 3 into its derived eqn (ie eqn 2). \n" ); document.write( " => where y should be replaced by 10-2x in eqn 1 \n" ); document.write( " ie in eqn 1; \n" ); document.write( " 3x+4y = 12 \n" ); document.write( " 3x+4(10-2x) = 12 \"10-2x is put in bracket because it is multiplying by 4\" \n" ); document.write( " 3x+40-8x = 12 \"multiplication; 4*10 =40 and 4*-2x=-8x\" \n" ); document.write( " 3x-8x = 12- 40 \"grouping of liked variables(numbers with x on one side\" \n" ); document.write( " -5x = -28 \n" ); document.write( " x = -28/-5 \"we obtain this by dividing both side by -5\" \n" ); document.write( " \n" ); document.write( " x = 28/5 or 5.6 \n" ); document.write( "Step 4: \n" ); document.write( "Now that we have found x, we move on to find y using one of the eqns(1 or 2). Thus it is easy to use eqn 2 or 3 in order to find y. \n" ); document.write( " => y = 10-2x \n" ); document.write( " y = 10-2(5.6) \n" ); document.write( " y = 10-11.2 \n" ); document.write( " \n" ); document.write( " y = -1.2 \n" ); document.write( "Hence the solution to the problem is x=5.6 and y=-1.2 \n" ); document.write( "By checking; \n" ); document.write( "3x+4y=12 \n" ); document.write( "3(5.6)+4(-1.2) will exactly give you 12.\r \n" ); document.write( "\n" ); document.write( "And I hope you will easily understand my steps. Cheers! \n" ); document.write( " \n" ); document.write( " |