Answer:
x = 6
HI = 29
Step-by-step explanation:
✔️HI = ½(AB) => Triangle Mid-segment Theorem
HI = 5x - 1
AB = 58
Plug in the values and solve for x
5x - 1 = ½(58)
5x - 1 = 29
Add 1 to both sides
5x - 1 + 1 = 29 + 1
5x = 30
Divide both sides by 5
5x/5 = 30/5
x = 6
✔️HI = 5x - 1
Plug in the value of x
HI = 5(6) - 1
HI = 30 - 1
HI = 29
So each pallet of grass is 129.95 if you multiply that by 5 it would = $649.75
So the delivery fee is 76.20 if you multiply that it would come up to $381
Answer:
Well where do you start
Step-by-step explanation:
The correct answer is A. he is violent and Benvolio is not. Hope this helps!!!!
Base case: if <em>n</em> = 1, then
1² - 1 = 0
which is even.
Induction hypothesis: assume the statement is true for <em>n</em> = <em>k</em>, namely that <em>k</em> ² - <em>k</em> is even. This means that <em>k</em> ² - <em>k</em> = 2<em>m</em> for some integer <em>m</em>.
Induction step: show that the assumption implies (<em>k</em> + 1)² - (<em>k</em> + 1) is also even. We have
(<em>k</em> + 1)² - (<em>k</em> + 1) = <em>k</em> ² + 2<em>k</em> + 1 - <em>k</em> - 1
… = (<em>k</em> ² - <em>k</em>) + 2<em>k</em>
… = 2<em>m</em> + 2<em>k</em>
… = 2 (<em>m</em> + <em>k</em>)
which is clearly even. QED