The answer is A I believe
if you make a graph and add the coordinates on the graph you can use that find out how it creates a ratio of 1:2
Step-by-step explanation:
sin theta = 12/13
cos theta = 5/13
tan theta = 12/5
cosec theta = 13/12
sec theta = 13/5
cot theta = 5/12
Answer:
Here's what I get.
Step-by-step explanation:
1. Representation of data
I used Excel to create a scatterplot of the data, draw the line of best fit, and print the regression equation.
2. Line of best fit
(a) Variables
I chose arm span as the dependent variable (y-axis) and height as the independent variable (x-axis).
It seems to me that arm span depends on your height rather than the other way around.
(b) Regression equation
The calculation is easy but tedious, so I asked Excel to do it.
For the equation y = ax + b, the formulas are

This gave the regression equation:
y = 1.0595x - 4.1524
(c) Interpretation
The line shows how arm span depends on height.
The slope of the line says that arm span increases about 6 % faster than height.
The y-intercept is -4. If your height is zero, your arm length is -4 in (both are impossible).
(d) Residuals

The residuals appear to be evenly distributed above and below the predicted values.
A graph of all the residuals confirms this observation.
The equation usually predicts arm span to within 4 in.
(e) Predictions
(i) Height of person with 66 in arm span

(ii) Arm span of 74 in tall person

Answer:
Option C: x = (1/36)*y^2
Step-by-step explanation:
A horizontal parabola is written as
x = f(y) = a*y^2 + b*y + c
If a is positive, the parabola opens to the right.
if a is negative, the parabola opens to the left.
And the vertex of the parabola has the y-value:
y = -b/2a
and the x value
x = f(-b/2a)
For our parabola, we know that:
Opens to the right:
Then the only options left are:
C) x = (1/36)*y^2
D) x = (1/6)*y^2
Because in both cases b = 0, both of the equations have the vertex in the point (0, 0).
Now let's see wich one has a focus at (9, 0)
If the vertex of our equation is:
(h, k)
Then the focus will be:
(h + a, k)
Where a is the directrix of the equation.
Here we know that the vertex is (0, 0) and the focus is (9, 0)
Then:
(0 + a, 0) = (9, 0)
The directrix is 9.
And the directrix is such that:
(x - h)^2 = 4*a*(y - k)
Replacing the values of h and k (both are zero) we get:
x^2 = 4*a*y
And we know that: a = 9
x^2 = 4*9*y
x^2 = 36*y
if we isolate y, we get:
(1/36)*x^2 = y
This is option C.
Then the correct option is C.