Writing algebraic expressions
Write an expression for: 10 more than the number t
What is t - 10?
Write an expression for: 5 less than the product of k and 15
What is (k*15) - 5, or 15k - 5?
Write an expression for: a sixth of the product of number f and 35.
What is (f * 35) รท 6, or 1/6(f35), or f35/6?
Write an expression (as a fraction): The quotient of the product of a number x and 15, and the difference of 96 and m
What is (x * 15)/(96 - m)
Write an expression for: 9 plus 42 less than the difference of m and t
What is 9 + [(m - t) - 42]