Determine if the statement is True or False. If
a
and
b
are two numbers and
a*b=0
, then either
a=0
or
b=0
. The property stated in number 1 is called the Zero Product Principle. If
x(x-2)=5
, then
x=5
or
x=7
.
x^(2)-5x-6
can be factored into
(x-2)(x-3)
.