Step-by-step explanation:
It is given that Joe paid 14.00 for a board game this is 70% of the original price what is the original price.
Let the original price of board game be
X.
x * 70/100 = 14
x * 7/10 = 14
Multiply both sides by 10.
7x = 140
Divide both sides by 7.
x = 20
<span>import math
def calculateDistance(x1,y1,x2,y2):
dist = math.sqrt((x2 - x1)**2 + (y2 - y1)**2)
return dist
distance = calculateDistance(2,4,6,8)
print distance</span>
These problems are based on the Pythagorean Theorem. The Pythagorean Theorem is a^2 + b^2 = c^2. If the two sides are equal, the triangle is a right triangle. If c^2 is less, the triangle is acute. If c^2 is more, the triangle is obtuse.
Obtuse: c^2 > a^2 + b^2
Acute: c^2 < a^2 + b^2
Right: c^2 = a^2 + b^2
#7 --- Obtuse
21^2 ___ 8^2 + 15^2
441 ___ 64 + 225
441 > 289
#8 --- Right
20^2 ___ 12^2 + 16^2
400 ___ 144 + 256
400 = 400
#9 --- Acute
6^2 ___ 4^2 + 5^2
36 ___ 16 + 25
36 < 41
Hope this helps!
Answer:
2 or 8is the answer..............