18 line segments also for faster and better u can 6 times 3 since there is already three in a triangle.
X(u, v) = (2(v - c) / (d - c) + 1)cos(pi * (u - a) / (2b - 2a))
y(u, v) = (2(v - c) / (d - c) + 1)sin(pi * (u - a) / (2b - 2a))
As
v ranges from c to d, 2(v - c) / (d - c) + 1 will range from 1 to 3,
which is the perfect range for the radius. As u ranges from a to b, pi *
(u - a) / (2b - 2a) will range from 0 to pi/2, which is the perfect
range for the angle. So, this maps the rectangle to R.
B. Is the answer because you can fold it in half
9514 1404 393
Answer:
- domain: x < -2
- range: y > 1
Step-by-step explanation:
Domain and range of the inverse function are swapped: the domain of the function is the range of its inverse, and vice versa.
__
The graph shows an example of a function and its inverse with the given domain and range. The function is red; its inverse is blue.
The answers to the questions are:
1. x = 4
2. x = 1.5
3. x = 1.875
4. x = 1
<h3>2 step equation:</h3>
1. 4x + 3 = 19
4x = 19 - 3
4x = 16
divide by 4
x = 4
<h3>2 step equation w/ fractions:</h3>
(4/3)x + 5 = 17
= 1.33x + 5 = 7
Take like terms
1.33x = 7-5
1.33x = 2
divide through by 1.33x to get 2
x = 2/1.33
x = 1.5
<h3>3. Distributive Property:</h3>
4x(6 - 2) - 10 = 20
Multiply and open the bracket
24x - 8x - 10 = 20
Take like terms
16x = 20+10
16x = 30
x = 30/16
= 1.875
<h3>4. Decimals:</h3>
4.3x + 0.7 = 5
4.3x = 5 - 0.7
4.3x = 4.3
x = 1
Read more on distributive properties here:
brainly.com/question/2807928
#SPJ1