Answer:
n=11
Step-by-step explanation:
(n+4)/10 = (n-8)/2
We can solve using cross products
(n+4) * 2 = 10 * ( n-8)
Distribute
2n+8 = 10n -80
Subtract 2n from each side
2n+8-2n = 10n-80-2n
8 = 8n-80
Add 80 to each side
8+80= 8n-80+80
88 = 8n
Divide each side by 8
88/8 = 8n/8
11 = n
Answer:
3
Step-by-step explanation:
To find a scale factor between two similar figures, find two corresponding sides and write the ratio of the two sides. If you begin with the smaller figure, your scale factor will be less than one. If you begin with the larger figure, your scale factor will be greater than one.
Answer:
f(x)⁻¹ = (x - 11)²
Step-by-step explanation:
To find the inverse of the function, you need to (1) swap the places of the "x" and "y" variables and then (2) solve for "y". Remember, f(x) is another way of writing "y".
y = √x + 11 <----- Original equation
x = √y + 11 <----- Swap variables
x - 11 = √y <----- Subtract 11 from both sides
(x - 11)² = (√y)² <----- Square both sides
(x - 11)² = y <----- Simplify
Another way of writing the output of an inverse function is with f(x)⁻¹.