Answer:
The first one : decay
The second one : growth
When the argument of the exponential expression is bigger that 1 then it represents a growth
When it's less than 1 and above 0 then it's a decay
Answer:
A
Step-by-step explanation:
Because 29+39=68
68<69
therefore this would not make a triangle!
Answer:grater than 8 less than 9
Step-by-step explanation:
had the same question
<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>
0.2(6x+1)/3.6=0.5x/9
Solution
(1.2x + 0.2)/3.6 = 0.5x/9
Cross multiplying, we get
9(1.2x + 0.2) = 3.6 * 0.5x
10.8x + 1.8 = 1.8x
10.8x - 1,8x = -1.8
9x = -1.8
Dividing both sides by 9, we get
x = - 0.2
That's the answer.
Thank you.