As the x value increases by 1, the y value increases by 4. If the x value skips from 4 to 25, it increaes by 21. The y value can be found by multiplying 21 * 4 and adding the previous y value, 7. 21 * 4 is 84 and 84 + 7 = B) 91
Step-by-step explanation:
Let's call L the length and W the width. The length is 10 feet longer than the width, so:
L = W + 10
The area is the length times width, so:
119 = LW
Substituting:
119 = (W + 10) W
119 = W² + 10W
0 = W² + 10W − 119
0 = (W + 17) (W − 7)
W = -17 or 7
Since W must be positive, W = 7.
L = W + 10
L = 17
The length and width are 17 feet and 7 feet, respectively.
The equation of the line going through (-6, 0) and (0, -3) is y = -(1/2)x - 3
The equation of the line going through (0, 3) and (-4, -5) is y = 2x + 3
<h3>What is an equation?</h3>
An equation is an expression that shows the relationship between two or more variables and numbers.
The equation of the line going through (-6, 0) and (0, -3) is:
y - 0 = [(-3 - 0) / (0- (-6)](x - (-6))
y = -(1/2)x - 3
The equation of the line going through (0, 3) and (-4, -5) is:
y - 3 = [(-5 - 3) / (-4 - 0)](x - 0)
y = 2x + 3
Find out more on equation at: brainly.com/question/2972832
#SPJ1