11. 8/7
14. 13/10
17. 11/14
Suppose

is the number of possible combinations for a suitcase with a lock consisting of

wheels. If you added one more wheel onto the lock, there would only be 9 allowed possible digits you can use for the new wheel. This means the number of possible combinations for

wheels, or

is given recursively by the formula

starting with

(because you can start the combination with any one of the ten available digits 0 through 9).
For example, if the combination for a 3-wheel lock is 282, then a 4-wheel lock can be any one of 2820, 2821, 2823, ..., 2829 (nine possibilities depending on the second-to-last digit).
By substitution, you have

This means a lock with 55 wheels will have

possible combinations (a number with 53 digits).
Absolute value of a real number, is the distance between that number and 0 on a number line. Therefore the absolute value of 2 is 2 and negative 2
Answer:
y = 6 + 4x
After 4 years, the tree would be 22 ft tall.
Step-by-step explanation:
Hi there!
Let x = the number of years that pass
Let y = the height of the tree (ft)
We're given that the 6-foot tree grows at a rate of 4 ft per year. This means that the height of the tree will be equal to 6 ft, the original height, plus another 4 ft every year that passes.
Height of tree = 6 feet + 4 feet × number of years that pass
y = 6 + 4x
To solve for how tall the tree would be 4 years after Dina plants it, replace x with 4, since 4 years have passed:
y = 6 + 4(4)
y = 6 + 16
y = 22
Therefore, the tree would be 22 ft tall.
I hope this helps!