Sugar: x pounds
flour: 2x + 5 pounds
2x + 3(2x + 5) = 40
2x + 6x + 15 = 40
8x = 25
x = 3.125
-> a sack of flour is 3.125 + 5 = 8.125 pounds
I hope it‘s coorect
You can think of x && y || z as equivalent to: int func (int x, int y, int z) { if (x) { if (y) { return true; } } if (z) { return true; } return false; } Since both x and y are fixed to be non-zero values the first return statement is always hit. thats what i think
Answer:
25 minutes
If she's going double the speed, it'll take half the time.
Answer:
Step-by-step explanation:
One coin