.09 would be the answer because 7.19-7.10 =0.09
Answer:
D
Step-by-step explanation:
Common ratio of half means that to get each successive terms, you have to multiply the preceding term by half.
Since first term is 10
2nd term is 
3rd term is 
4th term is 
5th term is 
Answer choice D is right.
Answer:
g=18
Step-by-step explanation:
Follow PEMDAS
multiplication is first (in this case) and then addition
2 x 8 = 16
16 + 2 = 18
18 is your answer
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