2 bags
7 apples
A) Instead of a lets say:
a = 1, 2 , 3
If a =1 then, (you already know there are 2 bags) you have 1 apple in each bag, making total of 2 apples
If a =2 then you are having 2 apples in each bag making total of 4 apples
If a =3, 3 apples in each bag, making total of 6 apples
Conclusion:
2 * 1 = 2
2 * 2 = 4
2 * 3 = 6
See the difference & pattern here
Now lets do with a
2 * a = 2a
B) If a = 6
then, 2*6 = 12
lets continue from a =3
2*4=8
2*5=10
2*6=12
See the pattern again
Tip: Drawing making problem understand better.
Answer:
the correct answer is B
Step-by-step explanation:
hope this helps
<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:
17. 2.75
18. 5.50
19. 8.24
Step-by-step explanation:
To find a tip, multiply the total by the percent as a decimal.
27.48*0.10 = 2.75
27.48 *0.20 = 5.50
27.48 = 8.24
Answer:
2(3x+1)(x+1)
Step-by-step explanation:
First, we factor out the common term, which is 2.
2(3x²+4x+1)
Then, we factor the polynomial inside the parenthesis.
2(3x+1)(x+1)