Question 1074351
Which set of three numbers can be used
to make a right triangle?
 A 3, 4, 5
 B 4, 5, 6
 C 5, 6, 7
---
If and only if the square of the longest side = sum of the squares of the other 2, it's a right triangle.
====================================
Why is it not possible to make a right
triangle using lengths of 4 feet, 8 feet,
and 10 feet?
 A 4 + 8 is greater than 10.
 B 10 − 8 does not equal 4.
 C 42 + 82
 does not equal 102
---
Does 10^2 = 4^2 + 8^2 ?
. ===============================
What is the distance between two points
with coordinates at (12,0) and (0,35)?
{{{d = sqrt(diffx^2 + diffy^2)}}}
====================
 What is the scientific notation for
56 million?
5.6*10^6
or 5.6e6
-----
Use ^ (Shift 6) for exponents.