How do you translate word phrases to algebraic expressions: a number squared plus two times the number less 7 is equal to zero?

1 Answer
Jul 6, 2016

x^2 + 2(x-7) = 0x2+2(x7)=0

Explanation:

Let's break this down.

a number: this means "any number", so we can substitute that with a variable, xx

squared: this means squaring the number, or multiplying it by itself (written as x^2x2; xx squared)

two times the number: we've already established the number is xx, and two times that number would be 2x2x (since we are multiplying it by two, hence "times")

the number less 7: this looks like subtraction (a number less seven would be x - 7x7

For the parts I left out, I thought they would be easy to comprehend. If you did not understand them, you will find out when I go through setting this up:

A number

xx

squared

x^x

plus two times the number less 7

x^2 + 2(x-7)x2+2(x7)

is equal to zero

x^2 + 2(x-7) = 0x2+2(x7)=0

I believe this is what you meant.