write an expression for the sequence of operations described below. multiply 5 by 8, then divide 9 by the…

write an expression for the sequence of operations described below. multiply 5 by 8, then divide 9 by the result type x if you want to use a multiplication sign. type / if you want to use a division sign. do not simplify any part of the expression.

write an expression for the sequence of operations described below. multiply 5 by 8, then divide 9 by the result type x if you want to use a multiplication sign. type / if you want to use a division sign. do not simplify any part of the expression.

Answer

Explanation:

Step1: Multiply 5 by 8

$5\times8$

Step2: Divide 9 by the result of step 1

$9/(5\times8)$

Answer:

$9/(5\times8)$