I think we need a coordinate grid for that,,
discrete, you cannot have 1.5 televisions
generally the number of X is a discrete variable.
continous = can contain decimal value (float values)
discrete = no decimal (integers)
To solve an equation for one variable, we will utilize PEMDAS ( parentheses, exponents, multiplication/division, add/subtract) but backwards. So we will first add/subtract any numbers to the other side to get the variable by itself. We will then divide/multiply any numbers to get the variable by itself.
Answer:
C
Step-by-step explanation:
7x + 3y = 30 (equation 1)
-2x + 3y = 3 (equation 2)
9x = 27 (subtract the two equations to eliminate y)
x = 3 (divide by 9)
7 * 3 + 3y = 30 (Substitute x = 3 into equation 1, it doesn't matter which equation you substitute into)
21 + 3y = 30 (7 * 3 = 21)
3y = 9 (Subtract 21)
y = 3 (divide by 3)
Answer is (3, 3)