PLEASE HELP!!!

Write a function rule that represents each sentence.:

1. 7 less than three times m is n.

2. 14 more than the quotient of a number t and 10 is u.

3m - 7 = n

(t/10) + 14 = u

To write a function rule for each sentence, we can break down the phrases given into mathematical expressions.

1. "7 less than three times m is n."

The phrase "three times m" can be represented as 3m, and "7 less than" can be represented as -7. So, the function rule in this case would be:
n = 3m - 7

2. "14 more than the quotient of a number t and 10 is u."

The phrase "quotient of t and 10" can be represented as t/10, and "14 more than" can be represented as +14. So, the function rule in this case would be:
u = t/10 + 14

Remember, a function rule is an equation that represents a relationship between two variables. In these cases, we have used the given phrases to express these relationships in mathematical terms.