I don't think it really matters if there's a dash there or not
Answer:
ABC- Isoceles DEF- Scalene GHI- Equilateral
Step-by-step explanation:
I think for the first part you just pick shapes from your room that have the same equal/unequal sides as the triangle
Answer:
A crystal slime from slime rancher?
Step-by-step explanation:
idk
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!")
Answer: y = 64
Step-by-step explanation:
y <> x² ----------------------- 1
y = kx² ----------------------- 2
36 = 3²k
36 = 9k
K = 36/9
= 4.
To find y when x = 4, we substitute for x in equation 2
y = kx²
y = 4²k
y = 16 x 4
y = 64