Answer:
It would look like the picture I attached at the bottom.
Step-by-step explanation:
We know that the slope is -3 and the y intercept is (0,4) (plugging in 0 for x will get you that point), and then you can just graph an equation like you normally would, using rise/run to go down 3 units for every one unit you go right, and plugging in easy x values to check your work.
It gets a little tricky because the question then adds the inequality, and we see that y is now less than <em>or equal to </em>the original equation.
Since it is less than, we can shade all the values below the graph.
(Also, you should probably note for future reference that if it was just less than, the shading would look the same while the graph itself would be dotted because the values on the line are nor included in the solution set).
Desmos is a great website to use if you're having trouble graphing in the future :)
For the first one c-9=(2)(4)+6
You are gonna multiply 2 and 4 first, 2*4=8. Now you have c-9=8+6. 8+6=14. So now the equation is c-9=14. Now we are going to add 9 to both sides. So c=23
For the second equation 10+y=90. We are going to subtract 10 from both sides. So, y=80.
Third, add 4 to both sides. a=10.
Fourth, subtract 8 from both sides. d=-9
Fifth, 5+2(3+4)=-x.
First we are going to add 3 and 4. 3+4=7. 5+2(7)=-x. Next we are going to multiply 2 and 7. 2*7=14. 5+14=-x. 5+14=19. So our equation is 19=-x. Next we are going to multiply both sides by -1. Making our final equation x=-19.
c=23
y=80
a=10
d=-9
x=-19
I hope that helps, if you need any further explanation just ask.<span />
Answer:
His weight is 9/10 of what it used to be before.
Step-by-step explanation:
D,A,B,C i think this is correct !
Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.