Answer:
the 3rd one
Step-by-step explanation:
I just think
<span>6x+7=6
Subtract both sides by 7
</span>6x+7-7=6-7
6x=-1
Divide both sides by 6 to isolate x
6x/6=-1/6
x=-1/6
Answer:
x = 11
Step-by-step explanation:
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!")
Fist u have to calculate how much it takes to reach the certain number for instance it takes 30 per gallon because 30 times 1 is 30. 30 times 2 is 60 and so on