Step-by-step explanation:
h = height of rectangle (should be "length", but ok)
w = width of rectangle
w = h + 97
the diagonal of the rectangle is the Hypotenuse (baseline) of a right-angled triangle with the legs being one height and one width side of the rectangle.
so, we use Pythagoras
c² = a² + b²
with c being the Hypotenuse (the side opposite of the 90° angle).
diagonal² = h² + (h + 97)² = h² + h² + 2×97h + 97²
113² = 12769 = 2h² + 194h + 9409
3360 = 2h² + 194h
1680 = h² + 97h = (h + 97/2)² - 9409/4
(completing the square)
6720/4 + 9409/4 = (h + 97/2)²
16129/4 = (h + 97/2)²
127/2 = h + 97/2
30/2 = h = 15
the height is 15.0 in
X / (-4) + ( -63) = -45 <=> x / ( -4) = 63 - 45 <=> x / (-4) = 18 <=> x = 18 * (-4) <=> x = -72.
I don't get how it would be a system of equations.
If the diameter is 16 inches, then its radius is half that, r = 8.
Answer:
1) The range is found by subtracting the minimum data entry from the maximum data entry.
2) It is easy to compute.
3) It uses only two entries from the data set.
Step-by-step explanation:
We are given the following information in the question:
1) Range is difference between the highest value and the lowest value of the data.
- To find the range we first arrange the data in the increasing order and then select the highest and the lowest value of the data, Then the lowest value is subtracted from the highest value to find the range.
Option A) The range is found by subtracting the minimum data entry from the maximum data entry.
2) Advantage of range as a measure of variation.
- Since the method to calculate range of a data set is very easy, it is one of the advantages to use range as a method of variation.
Option B) It is easy to compute.
3) Disadvantage of range to use as a method of variation.
- The disadvantage of using range is that it does not measure the spread of the data set
- It only measures the spread between highest and lowest data points in data set.
Option C) It uses only two entries from the data set.