X=5.5 i think is the answer
        
                    
             
        
        
        
Important:  to denote exponentiation use " ^ ":
<span>(x + y)1 = ___ x + ___ y    NO
</span><span>(x + y)^1 = ___ x + ___ y   YES
(x+y)^1 = 1x + 1y
(x+y)^2 = 1x + 2xy + y^2
(x+y)^3 = 1x^3 + 3x^2*y + 3x*y^2 + y^3
and so on.   Look up "Pascal's Triangle" if you want more info on this pattern.
*******************
</span><span>(x + y)4 = ___ x4 + ___ x3y + ___ x2y2 + ___ xy3 + ___ y4    NO
</span>
<span>(x + y)^4 = ___ x^4 + ___ x^3y + ___ x^2y^2 + ___ xy^3 + ___ y^4    YES
 (x+y)^4 =  1x^4 + 4x^3*y + 6x^2*y^2 + 4x*y^3 + y^4</span>
        
                    
             
        
        
        
Please look at the attached file
 
        
             
        
        
        
<span>
B) Determine y when x = 10 and solve the equation y = 18 (where you print y with the right side in your specification)</span>
        
             
        
        
        
Answer:
C. (3,-3)
Step-by-step explanation:
5x + 3y = 6
5(3) + 3(-3) = 6
15 + (-9) = 6
therefore point lies on the line