How do you define a variable and write an expression for each phrase: a number decreased by three-fourths of the number?

1 Answer
Apr 16, 2016

#n-(3n)/4# (which can be simplified to #n/4#)

Explanation:

A variable is just anything in the question that we don't know, and in most questions we try to find out its value.

For this question, the variable is the 'number', which we'll call #n#.

Now we can convert the word question into an equation bit by bit:

A number decreased by three-fourths of the number =
#n - (n*3/4)#
=#n-(3n)/4# , and this is the expression for the question.

However, we can simplify this:
#=(4n)/4-(3n)/4#
#=n/4#