Are 1, 3, 9
...........................
The volume (V) is given in terms of length (L), width (W), and height (H) by the formula ...
... V = LWH
Substituting your dimensions, you have
... V = (11.3 cm)·(18.9 cm)·(29 cm) = 6193.53 cm³ ≈ 6200 cm³
_____
The factor 29 cm has 2 significant digits, so that is the precision required of the answer. It could also be written with less ambiguity as to precision as 6.2 L. (Trailing zeros to the left of the decimal point are always ambiguous when it comes to significant digits.)
The total cost is $41.85
Amount Saved = 45 x 7 / 100
Amount Saved = 315 / 100
Amount Saved = $3.15 (answer).
In other words, a 7% discount for a item with original price of $45 is equal to $3.15 (Amount Saved).
Note that to find the amount saved, just multiply it by the percentage and divide by 100.
Answer:
Y(n) = 7n + 23
Step-by-step explanation:
Given:
f(0) = 30
f(n+1) = f(n) + 7
For n=0 : f(1) = f(0) + 7
For n=1 : f(2) = f(1) + 7
For n=2 : f(3) = f(2) + 7 and so on.
Hence the sequence is an arithmetic progression with common difference 7 and first term 30.
We have to find a general equation representing the terms of the sequence.
General term of an arithmetic progression is:
T(n) = a + (n-1)d
Here a = 30 and d = 7
Y(n) = 30 + 7(n-1) = 7n + 23