autumnhuntmarch1 autumnhuntmarch1
  • 01-11-2018
  • Mathematics
contestada

which polynomial is equivalent to (5n+2)^2

Respuesta :

frika
frika frika
  • 01-11-2018

Use the formula for perfect square:

[tex](a+b)^2=a^2+2ab+b^2.[/tex]

Then

[tex](5n+2)^2=(5n)^2+2\cdot 5n\cdot 2+2^2.[/tex]

Since

[tex](5n)^2=5^2\cdot n^2=25n^2,[/tex]

you get

[tex](5n+2)^2=25n^2+20n+4.[/tex]

Answer: [tex]25n^2+20n+4.[/tex]

Answer Link

Otras preguntas

Dose 4(x+1)= 3x+4 have a solution
Describe India's climate controls. ​
Basahin ang huling kabanata ng El Filibusterismo, Kabanata 39 Ang Pagtatapos. Ano-anong mahahalagang pangyayari sa huling kabanatang nabasa ang labis na tumimo
find the value of x rounded to the nearest tenth
1. Which one of the following is not an organic compound? Why? CH4 C2H6O CaO 2. Fill in the chart below to identify and describe the functional groups associat
Recently Kaden switched jobs from a large firm to a medium-sized firm. As one of four project managers at the new firm, Kaden recognizes that employees have muc
explain the chemical reactionI need friend ,,, anyone like to be my friend ,,lol​​
Suppose that demand is unitary elastic at all points. When price is increased from a point on this demand curve, then total revenue will_____________.
What is the landmark in Lima Peru?
Write code using the range function to add up the series 3, 6, 9, 12, 15, ..... 66 and print the resulting sum. Expected Output 759