Solve:
Solve:
Solve:
Solve:
How would you solve symbolism questions that involve two or more variables or symbols?
Replace each instance of each variable with the given value(s) and then simplify the resulting expression or solve the resulting equation
How would you solve this?
What do you call step-by-step instructions?
Algorithms
What are the two techniques used to find the net effect of an algorithm?
Solve this using the variable step-by-step approach:
How would you check whether a function property is true for all input values?
Plug in values for the given variables and see if the property holds true
How would you solve this?
Use replacement values for m and n and solve
“g(x) is the largest prime number less than or equal to x”
solve for x = 8
large prime number less than or equal to (8) is:
7
“h(x) is the sum of the total prime factors of x”
solve for x = 12
12 = 2 x 2 x 3
so..
2 + 2 + 3 = 7
h(12) = 7