Answer:
Yes, an arrow can be drawn from 10.3 so the relation is a function.
Step-by-step explanation:
Assuming the diagram on the left is the domain(the inputs) and the diagram on the right is the range(the outputs), yes, an arrow can be drawn from 10.3 and the relation will be a function.
The only time something isn't a function is if two different outputs had the same input. However, it's okay for two different inputs to have the same output.
In this problem, 10.3 is an input. If you drew an arrow from 10.3 to one of the values on the right, 10.3 would end up sharing an output with another input. This is allowed, and the relation would be classified as a function.
However, if you drew multiple arrows from 10.3 to different values on the right, then the relation would no longer be a function because 10.3, a single input, would have multiple outputs.
5 because 25 divided by 5 is 5
X = Can/Bottle height, y = Shadow length
x = 13 cm, y = 7.5 cm
x = 2.5 cm, y = 14.2 cm
I'm assuming your question is asking for an equation to model this. Since there are only two data points the only equation that can be made is linear
y = mx + c
m = (y2 - y1)/(x2 - x1) <- Let 14.2 be y2, and 2.5 be x2 (it is important)
m = (14.2 - 7.5)/(2.5 - 13)
m = 6.7/-10.5
m = -0.638
y = -0.638x + c
To find c we can sub any one of the two coordinates, i'm choosing (2.5,14.2)
14.2 = -0.638(2.5) + c
14.2 = -1.595 + c
14.2 + 1.595 = c
15.795 = c
So the final equation is y = -0.638x + 15.795