<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>
Answer:
false
Step-by-step explanation:
3x+4y=24 multiplied by 2 equals: 6x+8y=48
if you subtract 6x+8y=24 from 6x+8y=48, you get 0=24, which is not true. Therefore the statement is false.
Answer:
$10.44
Step-by-step explanation:
9(0.16)
1.44
9+1.44
10.44
Hope this helps
Btw I got .16 because in order to get a decimal you move the decimal place two to the left. And in this case the 16 has an imaginary decimal after it. Like so 16. So two to the left. .16
Solution:
D is the correct option.
Explanation:
The equation for the given line is y − 1 = 4(x + 3). Let us convert this equation in slope intercept form y= mx +b, where m is slope and b is the y-intercept.

Thus, the slope of this line is 4.
Now, we know that the slope of parallel lines are equal. Hence, the slope of the required line is same as the slope of the given line.
Hence, the slope of the required line is m = 4
It passes through the point (4,32).
The point slope form of a line is given by

Therefore the equation of the line is y = 4x+16
D is the correct option.