Answer: 6^2-7=29
Step-by-step explanation:
<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>
Since is a positive a value (4) we know that the graph opens upward. -5 represents how far up or down the “vertex” is of the absolute value graph. This means that the range is -5
Answer:
1/3
Step-by-step explanation:
The ratio is undefined at x=0, so we presume that's where we're interested in the limit. Both numerator and denominator are zero at x=0, so L'Hôpital's rule applies. According to that rule, we replace numerator and denominator with their respective derivatives.

All of these have no solution since x would be cancelled out before it can be solved.
Hope that helps!