Math Problem Statement

Evaluate the following expressions. Please show your solution.

  1. x = (3 * 9 * (3 + (9 * 3 / (3))))

  2. z = p * r % q + w / x – y
    where: p = 5, r =100, q = 8, w = 4, x = 3, y = 5

  3. y = a * x * x + b * x + c
    where: a = 52, x = 2, b = 5, c =4

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Arithmetic Operations
Modulus
Quadratic Expressions

Formulas

x = 3 * 9 * (3 + (9 * 3 / 3))
z = p * r % q + w / x - y
y = a * x^2 + b * x + c

Theorems

-

Suitable Grade Level

Grades 7-9