answersLogoWhite

0

-x+ 4 y>-8 x+y8 y

Updated: 11/1/2022
User Avatar

Joden Bruce Camacho

Lvl 3
2y ago

Best Answer

-x+ 4y>-8, x+y≤3

y≤3-x

-x+4(3-x)>-8

-x+12-4x>-8

12-5x>-8

-5x>-20

x>4

y≤3-(4)

y≤-1

User Avatar

Marcus Rivera

Lvl 10
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: -x+ 4 y>-8 x+y8 y
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you completely factor x32 - y32?

0


How do you calculate y8 y12 -4?

If this is an equation you left out the equal sign. Do you mean y8=y12-4. If so add 4 to both sides. You have 4+y8=y12. Then substract y8 from both sides. You have 4=y4. Divide both sides by 4. You have y=1.


What is the system of equation x plus y8 -x plus 2y7?

If you mean: x+y = 8 and -x+2y = 7 then they are simultaneous equations whose solutions are x = 3 and y = 5


What is the system of equation using the additional method x y8 -x 2y7?

If you mean: x+y = 8 and -x+2y = 7, then they are simultaneous equations whose solutions are x = 3 and y = 5.


How do you solve x minus 4 equals negative y?

given: x - 4 = -y or, -y = x - 4 or, y = -(x - 4) or y = -x + 4 or y = 4 - x i.e. for x > 4, the equation x - 4 = -y is true.


What is the result if you divide negative 12 x to the 8th power Y to the 8 power by 3 x to the 4th power Y to the 2nd power?

-12 x8 y8 / 3x4 y2 = -4 x4y6 First: divide -12 by 3 which equals -4 Second: divide x to the power of 8 by x to the power of 4 by subtracting the two powers ( 8-4 ) which will equal x to the power of 4 Third: divide y to the power of 8 by y to the power of 2 by subtracting the two powers ( 8-2 ) which will equal y to the power of 6


If y ( x ) 4 x what is x when y ( x ) 4?

y=-x+4


How do you find the x and y intercept in the equation x plus y equals 4?

x + y = 4 or y = -x + 4 To get X-intercept, make y = 0, then 0 = -x + 4, or x = 4To get Y-intercept, make x = 0, then y = -0 + 4, or y = 4


X the power of 4 times y times x to the power of 5 times y?

x^(4)*y*x^(5)*yMultiply x^(4) by y to get x^(4)y.(d)/(dx) x^(4)*y*x^(5)*y=x^(4)y*x^(5)*yMultiply x^(4)y by x^(5) to get x^(9)y.(d)/(dx) x^(4)*y*x^(5)*y=x^(9)y*yMultiply x^(9)y by y to get x^(9)y^(2).(d)/(dx) x^(4)*y*x^(5)*y=x^(9)y^(2)To find the derivative of x^(9)y^(2), multiply the base (x) by the exponent (9), then subtract 1 from the exponent.(d)/(dx) x^(4)*y*x^(5)*y=9x^(8)y^(2)The derivative of x^(4)*y*x^(5)*y is 9x^(8)y^(2).9x^(8)y^(2)


What are game websites that start with y?

y8.com


What is the solution of X-Y-4 by graphing?

x-y=4 x=y+4


Write an algorithm to swap the values of two variables?

x=9; y=4; x=x+y; #x=13;y=4; y=x-y; #y=13-4=9; x=x-y; #x=13-9=4;