Algebraic Expressions Simplified

  • Context:
  • Thread starter Thread starter loraboiago
  • Start date Start date
  • Tags Tags
    Expressions
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
loraboiago
Messages
3
Reaction score
0
How does 3x or (x-5) equal 0 in the statement 3x(x-5)=0? I don't understand the logic behind it. Thank you!
 
Mathematics news on Phys.org
If you have the statement:

$$a\cdot b=0$$ where $$a\ne b$$

Then the only way it can be true is if either $$a=0$$ or $$b=0$$. This is called the zero-factor property.
 
MarkFL said:
If you have the statement:

$$a\cdot b=0$$ where $$a\ne b$$

Then the only way it can be true is if either $$a=0$$ or $$b=0$$. This is called the zero-factor property.

Thank you Mark for the quick and helpful response. The answer to this question went on to explain "3x(x-5)=0 provides an equation in which at least one of the expressions 3x or (x-5) is equal to 0. That translates into two possible values for x: 0 and 5."

I understand how one can equal 0 (thanks to you!), but how do I calculate the other possible value as being 5?
 
loraboiago said:
Thank you Mark for the quick and helpful response. The answer to this question went on to explain "3x(x-5)=0 provides an equation in which at least one of the expressions 3x or (x-5) is equal to 0. That translates into two possible values for x: 0 and 5."

I understand how one can equal 0 (thanks to you!), but how do I calculate the other possible value as being 5?

I would look at it as 3 factors being equal to zero:

$$3\cdot x\cdot(x-5)=0$$

Now, set all factors involving $x$ equal to zero, and then solve for $x$ in each equation:

$$x=0$$

$$x-5=0$$

The solutions to these equations will give you the solutions to the original equation.
 
MarkFL said:
I would look at it as 3 factors being equal to zero:

$$3\cdot x\cdot(x-5)=0$$

Now, set all factors involving $x$ equal to zero, and then solve for $x$ in each equation:

$$x=0$$

$$x-5=0$$

The solutions to these equations will give you the solutions to the original equation.

Ah got it! You are awesome. Thank you :)