Answer:
x = 1
Step-by-step explanation:
We need to solve for x by isolating the variable.
First, expand the parentheses:
2(x + 1) = 4
2 * x + 2 * 1 = 4
2x + 2 = 4
Then subtract by 2:
2x + 2 - 2 = 4 - 2
2x = 2
Finally, divide by 2:
2x/2 = 2/2
x = 1
Thus, x = 1.
Hope this helps!
The x and y coordinates of point S are increased by three to get to the midpoint.
(2,1) ----> (5,4)
To get to point t increase the coordinates by three again.
(5,4) -----> (8,7)
answer: (8,7)
I believe it's 5 to 9 since out of 9 games they win 5 and lose 4. This doesn't account for draws or anything, though.
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.
Remark
Let the pigs = p
Let the chickens = c
Givens
30 heads is another way of saying that there were 30 creatures in the barnyard. In addition each chicken has 2 legs and each pig has 4
c + p = 30
2C + 4P = 100 (2) Divide (2) by 2
C + 2P = 50 (3) Subtract (1) from (3)
<u>C + P = 30</u>
P = 20
So there were 20 pigs.