alliemclain
alliemclain alliemclain
  • 22-02-2017
  • Mathematics
contestada

I really need to know how to solve this

I really need to know how to solve this class=

Respuesta :

jill25 jill25
  • 22-02-2017
Add all of the like terms together then solve it like a normal equation.
Answer Link

Otras preguntas

If a price ceiling were set at $12, there would be a ________. 1) $12 shortage 2) $12 surplus 3) equiLiBrium price 4) no effect on the market
1991. Did Wilt Chamberlain's Book A View From Above When The Big Dipper Slept With "20,000 Women"?
A _____ provides practice guidelines for addressing the impairments that create barriers to occupational performance?
If gasoline prices remain high long enough, people will arrange to do more telecommuting. This would be an example of why the elasticity of ________? 1) demand
ANIMALS The frequency table shows the favorite Animal jungle animals of students in biology class. What fraction of the students chose tree frogs? Write the fra
expand (1×x)^7 by using binomial theorem​
Let f(x) = x2 and g(x) = sinx for all x∈R . then the set of all x satisfying (fogogof) (x) = (gogof) (x), where (fog) (x) = f(g(x)), isa. ±√nπ,n∈{0,1,2,....}b.
Write 7.315 in word from.
What are m and b in the linear equation 7 + 4x + 8 + 13x = y?
What is the output of the following program?def isEven (num): return num % 2 == 0if isEven(3): print("3 is even")else: print("3 is not even")A. 3 is not evenB.