Abby1400
Abby1400 Abby1400
  • 20-03-2017
  • Mathematics
contestada

whats the value of x?
(12x+12) + (3x+19) = 165

Respuesta :

Аноним Аноним
  • 20-03-2017
for: (12x+12) * (3x+19) = 165
36x² + 228x + 36x + 228 = 165
36x² + 264x + 63 = 0

x₁= (-264 + 246) / 72 = -0.25
x₂= (-264 - 246) / 72 = -7.08

for: (12x + 12) + (3x + 19) = 165
12x + 12 + 3x + 19 = 165
15x + 31= 165
15x = 134
x = 8.9


Answer Link

Otras preguntas

During the exponential phase, E. coli bacteria in a culture increase in number at a rate proportional to the current population. If the growth rate is 1.9% per
rite a function, reverseDigit, that takes an integer as a parameter and returns the number with its digits reversed. For example: the value of reverseDigit(123
Which social movement stemmed from the Seneca Falls Convention of 1848?
Two tables have a mass of 29 kg if the gravitational force between them is 4.24×10 to the power of -10 and how far apart are they G equals 6.67×10 to the power
Shellie, a single individual, received her Bachelor's degree in 2017, and took a job with a salary of $45,000 per year. In 2018, she began paying interest on qu
Early photographers take to work with what in order to produce photographs?
What is Humanism? I get confused.
Which group of words expresses a complete thought or idea
An asset has a cost of $50,000, with a residual value of $10,000. It has a life of 5 years and was purchased on January 1. Under double-declining-balance, what’
What is the output of the following program? #include using namespace std; int computeValue(int); int main()