takashaking16
takashaking16
12-04-2018
Mathematics
contestada
factor the difference of 81x^4 - 625
Respuesta :
Аноним
Аноним
12-04-2018
[tex]81x^4 - 625[/tex]
[tex] = (9x^2)^2 - (25)^2 [/tex]
[tex] = (9x^2 + 25)(9x^2 - 25) [/tex]
[tex] = (9x^2 + 25)( (3x)^2 - (5)^2)[/tex]
[tex] = (9x^2 + 25)( 3x - 5)(3x + 5)[/tex]
Answer Link
VER TODAS LAS RESPUESTAS ( 92+ )
Otras preguntas
6. Which of the following is the best topic sentence for a paragraph about managing stress? _____A. Being under a lot of stress can damage your health. _____B.
What two ratios form a proportion? A 4/20 and 1/5 B. 4/20 and 2/5 C. 20/4 and 1/5 D. 20/4 and 2/5
Do you have a lawn mower engine running for 20 minutes does 4,560, 000 J of work. What is the power output of the engine?
Marshall wants to determine the vertex of the quadratic function f(x)=x2-x+2. What is the function veryex?
what goes into the air after photosynthesis
In a fair test, you should change only one variable so that you can see the effects of the variable you changed. Suppose you were investigating the flow rates o
Which of the following would be counted in this year's GDP
Write equivalent expressions using properties
Please help I am terrible at math
What's the output of this code if number equals 10? if number > 11: print(0) elif number != 10: print(1) elif number >= 20 or number < 12: print(2) els