binomials

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

What is meant by the 'square of a binomial'?

The square of a binomial is the product of a binomial multiplied by itself. A binomial is an algebraic expression consisting of two terms.

2
New cards

What are the general formulas for squaring a binomial?

The general formulas are:

  • For a sum: (a+b)^2 = a^2 + 2ab + b^2
  • For a difference: (a-b)^2 = a^2 - 2ab + b^2
3
New cards

Expand the binomial (x+7)^2.

To expand (x+7)^2, use the formula (a+b)^2 = a^2 + 2ab + b^2
Here, a=x and b=7.
So, (x)^2 + 2(x)(7) + (7)^2 = x^2 + 14x + 49

4
New cards

Expand the binomial (3y-4)^2.

To expand (3y-4)^2, use the formula (a-b)^2 = a^2 - 2ab + b^2
Here, a=3y and b=4.
So, (3y)^2 - 2(3y)(4) + (4)^2 = 9y^2 - 24y + 16