Answer:
a) only extreme values are used in its calculation.
Step-by-step explanation:
In a data set, the range is given by the subtraction of it's highest value by it's lowest value.
The disadvantage is that it gives a high weight to extreme values, not focusing on central values. So the correct answer is given by option a
It would be 3.25 because you can’t round 0.001 up
Answer:
24
Step-by-step explanation:
f(n) = f(n − 1) + 3
if n = 7 => f(7) = f(7-1) + 3 = f(6) + 3
if n = 6 => f(6) = f(6-1) + 3 = f(5) + 3
if n = 5 => f(5) = f(5-1) + 3 = f(4) + 3
if n = 4 => f(4) = f(4-1) + 3 = f(3) + 3
if n = 3 => f(3) = f(3-1) + 3 = f(2) + 3
if n = 2 => f(2) = f(2-1) + 3 = f(1) + 3
if f(1) = 6 then f(2) = 9
f(3) = 12
f(4) = 15
f(5) = 18
f(6) = 21
f(7) = 24
Length of deck is 40 feet
<h3><u><em>Solution:</em></u></h3>
Sam wants the deck to have an overall perimeter of 60 feet
Perimeter of rectangular deck = 60 feet
Let "L" be the length of rectangle and "W" be the width of rectangle
Given that plans for a rectangular deck call for the width to be 10 feet less than the length
Width = length - 10
W = L - 10 ------ eqn 1
<em><u>The perimeter of rectangle is given as:</u></em>
perimeter of rectangle = 2(length + width)
Substituting the known values we get,
60 = 2(L + L - 10)
60 = 2(2L - 10)
60 = 4L - 20
80 = 4L
L = 20
Thus the length of deck is 20 feet