What is 15 * (30 -:5) + 27?

1 Answer
Mar 10, 2018

See a solution process below:

Explanation:

Using the PEDMAS order of operation, first, execute the Division operation within the Parenthesis:

15 * (color(red)(30) -: color(red)(5)) + 27 => 15 * 6 + 27

Next, execute the Multiplication operation:

color(red)(15) * color(red)(6) + 27 => 90 + 27

Now, execute the Addition operation:

90 + 27 => 117