Answer:
The answer is option 3.
Step-by-step explanation:
The area of triangle formula is A = 1/2×base×height. Then substitute the following values into the formula :

Let base = 10,
Let height = 12,



Answer:
If I read it right I believe it's C.
Step-by-step explanation:
The roots routine will return a column vector containing the roots of a polynomial. The general syntax is
z = roots(p)
where p is a vector containing the coefficients of the polynomial ordered in descending powers.
Given a vector
which describes a polynomial
we construct the companion matrix (which has a characteristic polynomial matching the polynomial described by p), and then find the eigenvalues of it (which are the roots of its characteristic polynomial)
Example
Here is an example of finding the roots to the polynomial
--> roots([1 -6 -72 -27])
ans =
12.1229
-5.7345
-0.3884
The function ought to be represented as; m(t) = 7t + 25 where t is the number of yards that she mows.
<h3>What is a linear function?</h3>
The term linear function refers to a function that yields a straight line graph when it is plotted. Now we know that a linear function would not contain an exponent that is greater than one.
In this case, we know that the question states that she charges a base fee of $25 and $7 for every hour she mows thus the function ought to be represented as; m(t) = 7t + 25 where t is the number of yards that she mows.
Learn more about linear function:brainly.com/question/21107621
#SPJ4