asked 156k views
0 votes
(ax + b) × (cx + d) =

2 Answers

3 votes
a * c *
x^(2) + a * x *d + b * c* x + b * d = ac
x^(2) + ( ad + bc)x + bd.
answered
User Klidifia
by
7.7k points
3 votes
These are easy if you know " FOIL ". That's a procedure that takes you through multiplying two binomials.

FOIL stands for
-- First terms
-- Outside terms
-- Inside terms
-- Last terms

and that's how you keep everything straight while you're doing it.

(ax + b) x (cx + d)

Multiply First terms . . . 'ax' times 'cx' = acx²

Multiply Outside terms . . . 'ax' times 'd' = adx

Multiply Inside terms . . . 'b' times 'cx' = bcx

Multiply Last terms . . . 'b' times 'd' = bd

Now addummup:

(ax + b) x (cx + d) = acx² + adx + bcx + bd

From there, you can look for opportunities to make it look cleaner and prettier ... factoring, combining like terms, etc.

answered
User John Boe
by
8.5k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.