document.write( "Question 74108: 1.solve the system by addition.
\n" ); document.write( "-2x+3y=-15
\n" ); document.write( "x-2y=11\r
\n" ); document.write( "\n" ); document.write( "I got -x+y=-4 that doesn't seem right.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2.The difference of two numbers is 27. The second is 1 less than 3 times the first. What are the two numbers?\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3.solve the following system of linear inequalities by graphing.
\n" ); document.write( "3x+4y is less than or equal to 12
\n" ); document.write( "x+3y is less than or equal to 6
\n" ); document.write( "x is greater than or equal to 0
\n" ); document.write( "y is greater than or equal to 0
\n" ); document.write( "Sorry, i'm not sure how to show the lees than and greater than symbols.\r
\n" ); document.write( "\n" ); document.write( "I'd appreciate any help you could give me\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #53098 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
1.
\n" ); document.write( "You need to have either x or y have the same but opposite coefficients in order to eliminate them.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "             -2x+3y=-15\r\n" );
document.write( "              2(x-2y)=2(11)     <--------Multiply both sides by 2\r\n" );
document.write( "                                    
\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "             -2x+3y=-15\r\n" );
document.write( "              2x-4y= 22     <--------Add the 2 equations\r\n" );
document.write( "         -----------------\r\n" );
document.write( "              0x -y=7\r\n" );
document.write( "                                    

\n" ); document.write( "So y=-7 and x equals
\n" ); document.write( "\"x-2%28-7%29=11\"
\n" ); document.write( "\"x=11-14\"
\n" ); document.write( "\"x=-3\"
\n" ); document.write( "


\n" ); document.write( "Check:
\n" ); document.write( "

\r\n" );
document.write( "\r\n" );
document.write( "             -2(-3)+3(-7)=-15\r\n" );
document.write( "               (-3)-2(-7)=11     Plug in (-3,-7)\r\n" );
document.write( "                                    

\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "                   6+-21=-15\r\n" );
document.write( "               (-3)+14=11     Plug in (-3,-7)\r\n" );
document.write( "                                    

\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "                   -15=-15            Works\r\n" );
document.write( "                    11=11             Works\r\n" );
document.write( "                                    

\n" ); document.write( "So (-3,-7) is the solution.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2.
\n" ); document.write( "Let f=1st # and s=2nd #
\n" ); document.write( "Here's the translated word problem
\n" ); document.write( "\"s-f=27\"\"difference of two numbers is (=) 27\"
\n" ); document.write( "\"s=3f-1\"\"second (s) is (=) 1 less (-) than 3 times the first (3f)
\n" ); document.write( "\"s=27%2Bf\"Solve for s, plug this into \"s=3f-1\"
\n" ); document.write( "\"27%2Bf=3f-1\"
\n" ); document.write( "\"28=2f\"
\n" ); document.write( "\"f=14\"
\n" ); document.write( "So the 1st number is 7 the 2nd number is:
\n" ); document.write( "\"s=27%2B14\"
\n" ); document.write( "\"s=41\"
\n" ); document.write( "


\n" ); document.write( "Check:
\n" ); document.write( "\"41-14=27\"
\n" ); document.write( "\"27=27\"works
\n" ); document.write( "\"41=3%2814%29-1\"
\n" ); document.write( "\"41=41\"works\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3.
\n" ); document.write( "To solve the system graphically, we need to graph the inequalities. To do this we must make them an equation and solve for y
\n" ); document.write( "\"3x%2B4y%3C=12\"Solve for y
\n" ); document.write( "\"3x%2B4y=12\"Make an equation
\n" ); document.write( "\"4y=12-3x\"Subtract 3x from both sides
\n" ); document.write( "\"y=3-%283%2F4%29x\"Divide both sides by 4. Now we can graph this equation
\n" ); document.write( "\"x%2B3y%3C=6\"Solve for y
\n" ); document.write( "\"x%2B3y=6\"Make an equation
\n" ); document.write( "\"3y=6-x\"Subtract x from both sides
\n" ); document.write( "\"y=2-%281%2F3%29x\"Divide both sides by 3. Now we can graph this equation
\n" ); document.write( "Since x and y is greater than x, we only need to graph these equations in the 1st quadrant (the upper left portion of the graph). So the graphs look like
\n" ); document.write( "\"graph%28+300%2C+200%2C+0%2C+7%2C+0%2C+10%2C+2-%281%2F3%29x%2C+3-%283%2F4%29x%29+\"
\n" ); document.write( "To complete this we need to test which points will satisfy this set of inequalities. Let's try (0,0) plug this into \"3x%2B4y%3C=12\"
\n" ); document.write( "\"3%280%29%2B4%280%29%3C=12\"
\n" ); document.write( "\"0%3C=12\"Which is true
\n" ); document.write( "Now try (0,0), plug this into \"x%2B3y%3C=6\"
\n" ); document.write( "\"0%2B3%280%29%3C=6\"
\n" ); document.write( "\"0%3C=6\"Which is true. This means you shade the region that contains (0,0) for both inequalities, which is below the graph for both. Since these regions overlap, you would ultimately shade their overlapping region, which is bounded by the x and y axises and the lines. If you want a picture email me and I'll send you one to give you an idea of what it looks like. Hope this helps. \n" ); document.write( "

\n" );