Ok, so
Length = L
Width = L + 7
Since area = length x width, then
30 = L × (L + 7)
Remember that L + 7 Is width so...
L + 7 = 30/L
So the expression for the width in terms of length would be...
w = 30/L - 7
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
Answer:
The answer is A
Step-by-step explanation:
Given that, a sphere has a surface area of about 999 square millimeters.
Formula to find the surface area of sphere is,
S= 4πr² Where r = radius of the sphere and S= surface area.
Given S= 999 square millimeters.
So, we can write:
4πr² = 999
4 * 3.14 * r² = 999 Since, π = 3.14
12.56 *r² = 999
Divide each sides by 12.56.
r² = 79.53821656
r = √79.53821656 Taking square root to each sides of equation.
r = 8.918420071
So, r = 8.918 Rounded to nearest thousandth.
So, radius of the sphere is 8.918 millimeters.
Hope this helps you!