You have a 300 feet side length square and you need to calculate the length of the diagonal. When you split the square along one diagonal you get triangles, so you can apply Pythagoras' Theorem, with the hypotenuse as the needed diagonal.
a²+b²=c²
300²+300²=c²
2*300²=c²
√(2*300²)=c
√(2) * √(300²)=c
√(2) * 300=c
c~424.26 ft which is the solution/option c
M- 2 b- 3 ... 2x+3 negative slope not sure if proportional or not
"twelve decreased by twice a number" ---> 12 - 2x
"8 times the sum of number and 4" ---> 8(x + 4)
12 - 2x = 8(x + 4)
12 - 2x = 8x + 32 (distributive property)
12 = 10x + 32 (add 2x to both sides)
-20 = 10x (subtract 32 from both sides)
x = -2 (divide both sides by 10)
That's answer.