High School Math : Expressions

Study concepts, example questions & explanations for High School Math

varsity tutors app store varsity tutors android store

Example Questions

Example Question #1 : Expressions

In April, the price of a t-shirt is \(\displaystyle \$X\).   In May, the store increases the price by 50%, so that the new price is \(\displaystyle \$Y\). Then in June, the store decreases the price by 50%, so that the t-shirt price is now \(\displaystyle \$Z\).  What is the ratio of \(\displaystyle Z\) to \(\displaystyle X\) ?

Possible Answers:

\(\displaystyle \frac{1}{2}\)

\(\displaystyle \frac{3}{4}\)

\(\displaystyle 0\)

\(\displaystyle 1\)

\(\displaystyle \frac{4}{3}\)

Correct answer:

\(\displaystyle \frac{3}{4}\)

Explanation:

If the original price of the T-shirt is \(\displaystyle X\), increasing the price by 50% means that the new price \(\displaystyle Y\) is 150% of \(\displaystyle X\), or \(\displaystyle 1.5X\).

If the price is then decreased by 50%, the new price \(\displaystyle Z\) is 50% of \(\displaystyle Y\)

or

\(\displaystyle .5\cdot (1.5X)=.75X\)

The ratio of \(\displaystyle Z\) to \(\displaystyle X\) is then:

\(\displaystyle \frac{.5*1.5*X}{X}\)

The \(\displaystyle X\)'s in the numerator and denominator cancel, leaving \(\displaystyle .5\cdot 1.5\), or

  \(\displaystyle \frac{3}{4}\) .

Example Question #34 : Basic Single Variable Algebra

Simplify \(\displaystyle \frac{x^4-y^4}{(x-y)^2}\cdot\frac{x-y}{4x^2-4y^2}\).

Possible Answers:

\(\displaystyle \frac{x-y}{x+y}\)

\(\displaystyle \frac{(x^2+y^2)}{4(x-y)}\)

\(\displaystyle \frac{x-y}{4(x+y)}\)

\(\displaystyle \frac{x^2-y^2}{4(x+y)}\)

\(\displaystyle \frac{(x^2+y^2)}{4(x+y)}\)

Correct answer:

\(\displaystyle \frac{(x^2+y^2)}{4(x-y)}\)

Explanation:

When multiplying rational expressions, we simply have to multiply the numerators together and the denominators together. (Warning: you only need to find a lowest common denominator when adding or subtracting, but not when multiplying or dividing rational expression.)

\(\displaystyle \frac{x^4-y^4}{(x-y)^2}\cdot\frac{x-y}{4x^2-4y^2}=\frac{(x-y)(x^4-y^4)}{(x-y)^2\cdot(4x^2-4y^2)}\)

In order to simplify this, we will need to factor \(\displaystyle x^4-y^4\) and \(\displaystyle 4x^2-4y^2\). Because \(\displaystyle 4x^2-4y^2\) looks a little simpler, let's start with it first.

We can easily factor out a four from both terms.

\(\displaystyle 4x^2-4y^2=4(x^2-y^2)\).

Next, notice that \(\displaystyle x^2-y^2\) fits the form of our difference of squares factoring formula. In general, we can factor \(\displaystyle a^2-b^2\) as \(\displaystyle (a-b)(a+b)\). In the polynomial \(\displaystyle x^2-y^2\) we will let \(\displaystyle a=x\) and \(\displaystyle b=y\). Thus, \(\displaystyle x^2-y^2=(x-y)(x+y)\)

Now, we can see that\(\displaystyle 4x^2-4y^2=4(x^2-y^2)=4(x-y)(x+y)\).

We then factor \(\displaystyle x^4-y^4\). This also fits our difference of squares formula; however, this time \(\displaystyle a=x^2\) and \(\displaystyle b=y^2\). In other words, \(\displaystyle x^4-y^4=(x^2)^2-(y^2)^2\). Applying the formula, we see that

\(\displaystyle x^4-y^4=(x^2)^2-(y^2)^2=(x^2-y^2)(x^2+y^2)\). Now, let's take our factorization one step further and factor \(\displaystyle x^2-y^2\), which we already did above.

\(\displaystyle (x^2-y^2)(x^2+y^2)=(x-y)(x+y)(x^2+y^2)\)

Be careful here. A common mistake that students make is to try to factor \(\displaystyle x^2+y^2\). There is no sum of squares factoring formula. In other words, in general, if we have \(\displaystyle a^2+b^2\), we can't factor it any further. (It is considered prime.)

We will then put all of these pieces of information in order to simplify our rational expression.

\(\displaystyle \frac{(x-y)(x^4-y^4)}{(x-y)^2\cdot(4x^2-4y^2)}=\frac{(x-y)(x-y)(x+y)(x^2+y^2)}{(x-y)^2\cdot(4(x-y)(x+y))}\\ \\ \\ =\frac{(x-y)^2(x+y) (x^2+y^2)}{4(x-y)^3(x+y)}\)

Lastly, we cancel the factors that appear in both the numerator and the denominator. We can cancel an \(\displaystyle x+y\) and a \(\displaystyle (x-y)^2\) term. 

\(\displaystyle \frac{(x-y)^2(x+y) (x^2+y^2)}{4(x-y)^3(x+y)}=\frac{(x^2+y^2)}{4(x-y)}\).

The answer is \(\displaystyle \frac{(x^2+y^2)}{4(x-y)}\).

Example Question #1 : Expressions

Let \(\displaystyle f(x)=x^{3}+5\), \(\displaystyle g(x)=x^{2}+x\), and \(\displaystyle h(x)=x-3\).  What is \(\displaystyle h(g(f(x)))\)?

Possible Answers:

\(\displaystyle x^{6}+11x^{3}+27\)

\(\displaystyle x^{5}+3x^{2}-8\)

\(\displaystyle x^{5}+7x^{3}+5x\)

\(\displaystyle x^{3}+x^{2}+2x+2\)

\(\displaystyle x^{3}+8\)

Correct answer:

\(\displaystyle x^{6}+11x^{3}+27\)

Explanation:

To solve this problem, plug \(\displaystyle f(x)\) into \(\displaystyle g(x)\) and simplify. Then plug that expression into \(\displaystyle h(x)\):

\(\displaystyle g(f(x)) = (x^{3}+5)^{2}+(x^{3}+5)=x^{6}+10x^{3}+25+x^{3}+5=x^{6}+11x^{3}+30\)

\(\displaystyle h(g(f(x)))= (x^{6}+11x^{3}+30)-3= x^{6}+11x^{3}+27\)

Example Question #1 : Simplifying Expressions

Evaluate \(\displaystyle x^{2}y+z^{3}\) if \(\displaystyle x=-2,\; y=1, \; and\; z=-3\)

Possible Answers:

\(\displaystyle 19\)

\(\displaystyle -23\)

\(\displaystyle 27\)

\(\displaystyle -18\)

\(\displaystyle 31\)

Correct answer:

\(\displaystyle -23\)

Explanation:

When multiplying an even number of negatives, you get a positive.

When multiplying an odd number of negative, you get a negative.

\(\displaystyle (-2)^{2}(1)+(-3)^{3}=4-27=-23\)

Example Question #1 : Simplifying Expressions

Evaluate \(\displaystyle x^{3}+x^{2}-5\) when \(\displaystyle x=-2\)?

Possible Answers:

\(\displaystyle -9\)

\(\displaystyle 7\)

\(\displaystyle 15\)

\(\displaystyle 5\)

\(\displaystyle -3\)

Correct answer:

\(\displaystyle -9\)

Explanation:

When multiplying an odd number of negatives, the answer is negative.

When multiplying an even number of negatives, the answer is positive.

\(\displaystyle (-2)^{3}+(-2)^{2}-5=-8+4-5=-9\)

Example Question #1 : Fractional Exponents

Simplify:

\(\displaystyle [x^{1/2}]^{7/3}\)

Possible Answers:

\(\displaystyle x^{8/6}\)

\(\displaystyle x^{17/6}\)

\(\displaystyle x^{4/3}\)

\(\displaystyle x^{5/2}\)

\(\displaystyle x^{7/6}\)

Correct answer:

\(\displaystyle x^{7/6}\)

Explanation:

\(\displaystyle [x^{m}]^{n}=x^{m\times n}\)

\(\displaystyle x^{1/2\times 7/3}=x^{7/6}\)

Example Question #2 : Simplifying Expressions

Simplify:

\(\displaystyle x^{3}\times{x^{4}}+x\)

Possible Answers:

\(\displaystyle x^{12} + x\)

\(\displaystyle x^{13}\)

\(\displaystyle 3x^{8}\)

\(\displaystyle x^{8}\)

\(\displaystyle x^{7}+x\)

Correct answer:

\(\displaystyle x^{7}+x\)

Explanation:

\(\displaystyle x^{m}\times{x^{n}} = x^{m+n}\).  However, \(\displaystyle x^{7}+x\) cannot be simplified any further because the terms have different exponents.

(Like terms are terms that have the same variables with the same exponents. Only like terms can be combined together.)

Example Question #6 : Simplifying Expressions

Simplify \(\displaystyle 2\frac{1}{2}\div 1\frac{3}{4}\).

Possible Answers:

\(\displaystyle \frac{35}{8}\)

\(\displaystyle \frac{3}{8}\)

\(\displaystyle \frac{5}{3}\)

\(\displaystyle \frac{10}{7}\)

\(\displaystyle \frac{2}{3}\)

Correct answer:

\(\displaystyle \frac{10}{7}\)

Explanation:

Change the mixed numbers into improper fractions by multiplying the whole number by the denominator and adding the numerator:

\(\displaystyle \frac{5}{2}\div \frac{7}{4}\) 

Dividing by a fraction is the same as multiplying by the reciprocal, so the problem becomes \(\displaystyle \frac{5}{2}\cdot \frac{4}{7}= \frac{20}{14}= \frac{10}{7}\).

Example Question #2 : Simplifying Expressions

Which of the following describes the values of x belonging to the domain of the function \(\displaystyle f(x)=\frac{4x^2-\sqrt{x}}{\ln(1-x^2)}\)?

Possible Answers:

\(\displaystyle \begin{Bmatrix} x:-1< x\leq 0 \end{Bmatrix}\)

\(\displaystyle \begin{Bmatrix} x:0\leq x< 1 \end{Bmatrix}\)

\(\displaystyle \begin{Bmatrix} x:0\leq x\leq 1 \end{Bmatrix}\)

\(\displaystyle \begin{Bmatrix} x:0< x< 1 \end{Bmatrix}\)

\(\displaystyle \begin{Bmatrix} x:-1< x< 1 \end{Bmatrix}\)

Correct answer:

\(\displaystyle \begin{Bmatrix} x:0< x< 1 \end{Bmatrix}\)

Explanation:

The domain of a function consists of all of the values of x for which f(x) is defined. When determining the domain of a funciton, the three most important things we want to consider are square roots, logarithms, and denominators of fractions. These tend to signal places where the function is not defined.

First, let's look at the \(\displaystyle \sqrt{x}\) term. Remember we can only find the square root of nonnegative values. Thus, everything under the square root symbol must be greater than or equal to zero. This tells us that, for this function, \(\displaystyle x\geq0\).

Second, we need to look at the natural logarithm. The natural logarithm can only be applied to positive numbers (which don't include zero). Thus, everything within the paranethesis of the natural logarithm must be greater than zero.

\(\displaystyle 1-x^2>0\)

There are several ways to solve this inequality. One way is to factor the left side and examine the factors. We know that \(\displaystyle 1-x^2=(1-x)(1+x)\) because of the difference of squares factorization formula. 

\(\displaystyle 1-x^2=(1-x)(1+x)>0\).

This statement will only be true in two situations; either both factors must be positive, or both must be negative.

We can see that if \(\displaystyle x < -1\), then the factor \(\displaystyle 1-x\) will be positive, but the \(\displaystyle 1-x\) factor will be negative. If we were to multiply a negative and a positive number, we would get a negative number. Thus, \(\displaystyle (1-x)(1+x)\) is not larger than zero when \(\displaystyle x < -1\).

Let's consider the interval \(\displaystyle -1< x< 1\). In this case, both \(\displaystyle 1-x\) and \(\displaystyle 1+x\) would be positive. Thus, \(\displaystyle (1-x)(1+x)>0\) when \(\displaystyle -1< x< 1\).

Third, consider the interval \(\displaystyle x > 1\). In this case, the first factor will be negative, and the second will be positive, so their product would be negative, and \(\displaystyle (1-x)(1+x)\) would not be greater than zero. 

To summarize, \(\displaystyle 1-x^2>0\) only if \(\displaystyle -1< x< 1\).

We can see now that f(x) is only defined if \(\displaystyle x\geq0\) and \(\displaystyle -1< x< 1\).

There is one more piece of information we need to consider--the denominator of f(x). Remember that a fraction is not defined if its denominator equals zero. Thus, if the denominator is equal to zero at a certain value of x, we can't include this value of x in the domain of f(x).

We can set the denominator equal to zero and solve to see if there are any values of x where the denominator would be zero.

\(\displaystyle \ln(1-x^2)=0\)

Rewrite this as an exponential equation. In general, the equation \(\displaystyle \ln a = b\) can be rewritten as \(\displaystyle e^b=a\), provided that a is positive. 

If we put \(\displaystyle \ln(1-x^2)=0\) into exponential form, we obtain

\(\displaystyle e^0=1-x^2\)

We can solve this for x.

\(\displaystyle e^0=1=1-x^2\)

\(\displaystyle x^2=0 \\ x = 0\)

So, let's put all of this information together. We know that f(x) is only defined if ALL of these conditions are met: 

\(\displaystyle x\geq0 \\ -1< x< 1 \\ x \neq0\)

The only interval for which this is true is if x is greater than (and not equal to) zero but less than (and not equal to) 1. Thus, the domain of f(x) is \(\displaystyle 0< x< 1\).

The answer is \(\displaystyle \begin{Bmatrix} x:0< x< 1 \end{Bmatrix}\).

Learning Tools by Varsity Tutors