Problem 33
For each number, generate a factor tree. This is where you break a number down into smaller factors in a visual "tree" like style. The idea is to factor down to the prime factors and then you circle the common primes between each number. The values you circle are then multiplied if you circle more than one value in each tree.
-------------------------------------------------------------------------------
Problem 34
Xiao factored correctly but didn't pull out the GCF. So he didn't factor fully. In the case of 60 and 90, the GCF is 30. This is the largest shared factor between the two values. So we can pull out 30 to get
60+90 = 30*2+30*3 = 30*(2+3)
I'm basically using the distributive property in reverse. You can distribute the 30 back in and get 60+90 again. Notice how the inner stuff 2 and 3 have no factors in common other than 1.
Answer:
-2
Step-by-step explanation:
Answer:
The solution to the system of equations (x, y) = (2, 4) represents the month in which exports and imports were equal. Both were 4 in February.
Step-by-step explanation:
We're not sure what "system of equations" is being referenced here, since no equations are shown or described.
__
Perhaps your "system of equations" is ...
f(x) = some equation
g(x) = some other equation
Then the solution to this system of equation is the pair of values (x, y) that gives ...
y = f(x) = g(x)
If x represents the month number, then the solution can be read from the table:
(x, y) = (2, 4)
This is the month in which exports and imports were equal. Both numbers were 4 in February.
Answer:
yeah it is an expression
Explanation:
An expression may refer to any of the following:
A combination of letters, numbers, or symbols used to represent a value of a variable. ..