The slope is 2/3 since the slope formula is y=mx+b the mx is we’re the slope y-int is.
Answer:
3
Step-by-step explanation:
9/16 - 3/4
First make these fractions have the same denominator which in this case will be 16 so the equation will be 9/16- 12/16 and 12-9= 3 so therefore Scott ate 3 more pizzas than Owen
Answer:
0.9 or .9
Step-by-step explanation:
9 out 10 are shaded
In percentage, 90%
In fraction 9/10
All you need to do is plug in 3 wherever you see an x!
y = 3(3) - 2(3)^2 + 5(3)^3
y = 9 - 2(9) + 5(27)
y = 9 - 18 + 135
y = -9 + 135
y = 126
Hope this helps!
Pseudocode is below
Step-by-step explanation:
random_number = genRandomInt[1, 100]
get_input = input(“Select a number between 1 and 100: ")
while get_input<100
if get_input >random_number:
print(“the number you selected is high”)
else if get_input < random_number
print(“the number you selected is low”)
else:
print(“correct number!”)
end