Answer:
x would be equal on both sides so if you use that equation you'll find x and be able to solve for both sides
Step-by-step explanation:
Answer:
5/8
5/8
Step-by-step explanation:
I'm pretty sure it's: 5x + 2y = –14
Answer:
B
Step-by-step explanation:
y=-2x+2
y=mx+b
m is slope so.here m is -2
y=-2+10.passes through the point (3,-4)
because -4=-2*3+2
-4=-6+2
-4=-4
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