| Your Results | Global Average | |
|---|---|---|
| Questions | 5 | 5 |
| Correct | 0 | 3.65 |
| Score | 0% | 73% |
Simplify 8a x 9b.
| 72ab | |
| 72\( \frac{b}{a} \) | |
| 72\( \frac{a}{b} \) | |
| 72a2b2 |
To multiply monomials, multiply the coefficients (the numbers that come before the variables) of each term, add the exponents of like variables, and multiply the different variables together.
8a x 9b = (8 x 9) (a x b) = 72ab
If the area of this square is 25, what is the length of one of the diagonals?
| 5\( \sqrt{2} \) | |
| 8\( \sqrt{2} \) | |
| 4\( \sqrt{2} \) | |
| 2\( \sqrt{2} \) |
To find the diagonal we need to know the length of one of the square's sides. We know the area and the area of a square is the length of one side squared:
a = s2
so the length of one side of the square is:
s = \( \sqrt{a} \) = \( \sqrt{25} \) = 5
The Pythagorean theorem defines the square of the hypotenuse (diagonal) of a triangle with a right angle as the sum of the squares of the other two sides:
c2 = a2 + b2
c2 = 52 + 52
c2 = 50
c = \( \sqrt{50} \) = \( \sqrt{25 x 2} \) = \( \sqrt{25} \) \( \sqrt{2} \)
c = 5\( \sqrt{2} \)
A coordinate grid is composed of which of the following?
x-axis |
|
all of these |
|
origin |
|
y-axis |
The coordinate grid is composed of a horizontal x-axis and a vertical y-axis. The center of the grid, where the x-axis and y-axis meet, is called the origin.
Solve for x:
x2 - 4x + 4 = 0
| 7 or 1 | |
| 5 or 2 | |
| 2 | |
| 9 or 8 |
The first step to solve a quadratic equation that's set to zero is to factor the quadratic equation:
x2 - 4x + 4 = 0
(x - 2)(x - 2) = 0
For this expression to be true, the left side of the expression must equal zero. Therefore, (x - 2) must equal zero:
If (x - 2) = 0, x must equal 2
So the solution is that x = 2
Simplify (y - 5)(y - 5)
| y2 - 25 | |
| 77 | |
| y2 - 10y + 25 | |
| y2 + 10y + 25 |
To multiply binomials, use the FOIL method. FOIL stands for First, Outside, Inside, Last and refers to the position of each term in the parentheses:
(y - 5)(y - 5)
(y x y) + (y x -5) + (-5 x y) + (-5 x -5)
y2 - 5y - 5y + 25
y2 - 10y + 25