Answer:
B
Step-by-step explanation:
ABD (half of the rectangle) is a right-angled triangle.
so, Pythagoras applies.
c² = a² + b²
c is the Hypotenuse (the baseline opposite of the 90 degree angle) and in our case the line BD.
a and b are the 2 sides enclosing the 90 degree angle. in our case here the lines AD and AB.
so,
BD² = AD² + AB² = (6-1)² + (5-2)² = 5² + 3² = 25 + 9 = 34
BD = sqrt(34)
If you plot the points you will find you have to use the distance formula. Pick out 2 pairs label them (x1,y1) (x2,y2) then plug it into the distance formula. The repeat for the other sides. So you should get (2,5) (4,3) plug into distance formula what is get it distance between those two points, then (4,3) (-2,-1) plug into distance formula to get an answer, lastly (-2,-1) (2,5) plug in. Now you have three answers add all together and here is your perimeter of a triangle.
Answer:
If the gift card is $30 the remaining change is 3 dollars
Answer:
b. How many ways arc there to go 12 miles?
≡ p(12) = 25
c. How many ways arc there to go 20 miles?
≡ p(20) = 131
d. How many ways arc there to go 22 miles?
≡p(22) 199
Step-by-step explanation:
a) supposed you walked for the first hour. Then you would have travelled 3 miles. if you jogged you would have covered 5miles and if you run you would have covered 10miles. now you have to decide how to run the rest miles from the n miles.
Thus, the number of ways one can cover n miles will be given by the recurrence relation
p(n) = p( n-3) + p( n-5) + p( n - 10)
now to solve the rest of the question, let us make a table which provides the number of ways for n = 1 to 22.
check the attachment for the table
b. How many ways arc there to go 12 miles?
≡ p(12) = 25
c. How many ways arc there to go 20 miles?
≡ p(20) = 131
d. How many ways arc there to go 22 miles?
≡p(22) 199