Answer:
Step-by-step explanation:
Let the capacity of the bin is x gallons.
1/2 gallon is 2/3 of x
<u>Convert this into equation and solve for x:</u>
- 1/2 = 2/3x
- x = 1/2 : 2/3
- x = 1/2 * 3/2
- x = 3/4
3/4 gallons of water will fill the bin
Answer:
B
Step-by-step explanation:
d+c=180 because 360 degrees are in the parrallegram so divide that by 2 so 114+c=180 so
c=66
In pseudocode
num2guess = random(1,100)
pnum = 0
while (pnum != num2guess) {
pnum = ask_player("What number I'm thinking?")
if (pnum > num2guess) {
print("Too high.")
} else if (pnum < num2guess) {
print("Too low.")
}
}
print("Good job!")
9514 1404 393
Answer:
10^27
Step-by-step explanation:
Your calculator can help with this.
(10^9)^3 = 10^(9·3) = 10^27
__
The applicable rule of exponents is ...
(a^b)^c = a^(bc)
The mistakes you have are on both letter’s A and B so I wrote a note for you to look back on^^
Hi, so for A. You need to rewrite 19 as -19
And for B. You need to rewrite 15 as -15
Otherwise everything seems correct