Answer:
if your going based off of the path that they are taking i say yes because the will meet at the end point or in this case the 1 yard line
Step-by-step explanation:
Answer:
3x + 7y = 21
Step-by-step explanation:
We have value of two points (0,3) and (7,0)
First, let's find the slope of this line. The formula for slope is:
Change in y/Change in x or (y₂ - y₁)/(x₂-x₁)
Where x₁ = 0 x₂= 7 y₁ = 3 y₂ = 0
(y₂ - y₁)/(x₂-x₁)
= (0-3)/(7-0)
=-3/7
Now we can write the equation in point-slope form:
y-y₁ = m(x-x₁)
y - 3 = -3/7(x-0)
y-3=-3x/7
y=-3x/7 + 3
Now let's convert this to standard form, by making the y-intercept by itself:
Ax + By = C
y=-3x/7 + 3
Multiply through by 7
7(y) = 7(-3x/7) + 7(3)
7y = -3x + 21
3x + 7y = 21
Answer:
A.) The function is Nonlinear
Step-by-step explanation:
a function is a bunch of ordered pairs of things (in our case the things will be numbers, but they can be otherwise), with the property that the first members of the pairs are all different from one another. A function is an equation that has only one answer for y for every x. A function assigns exactly one output to each input of a specified type. It is common to name a function either f(x) or g(x) instead of y. f(2) means that we should find the value of our function when x equals 2. Functions are used because of following reasons – a) To improve the readability of code. b) Improves the reusability of the code, same function can be used in any program rather than writing the same code from scratch. c) Debugging of the code would be easier if you use functions, as errors are easy to be traced. In mathematics and science, a nonlinear system is a system in which the change of the output is not proportional to the change of the input. Nonlinear problems are of interest to engineers, biologists, physicists, mathematicians, and many other scientists because most systems are inherently nonlinear in nature. Material nonlinearity involves the nonlinear behavior of a material based on a current deformation, deformation history, rate of deformation, temperature, pressure, and so on. Examples of nonlinear material models are large strain (visco) elasto-plasticity and hyperelasticity (rubber and plastic materials). also nonlinear. adjective. If you describe something as non-linear, you mean that it does not progress or develop smoothly from one stage to the next in a logical way. Instead, it makes sudden changes, or seems to develop in different directions at the same time.
Example: Solve the linear equation 3x+9 = 2x + 18.
Example: Solve the nonlinear equation x+2y = 1 and x = y.
Answer:
77
Step-by-step explanation:
I did the question and I got it correct.
f(x) = 5x + 1
f(4) = 5 * 4 + 1
f(4) = 20 + 1
f(4) = 21
g(x) = 2x² - 3x +1
g(5) = 5 * 5² - 3 * 5 + 1
g(5) = 125 - 15 + 1
g(5) = 111
f(4) + g(5) = 21 + 111 = 132