tri0ncis0daniebankle tri0ncis0daniebankle
  • 23-11-2016
  • Mathematics
contestada

Find the exact value of the radical expression in simplest form.
2 the square root of 7 times x + the square root of 7 times x - 3 the square root of 7 times x - 7

Respuesta :

Greenleafable
Greenleafable Greenleafable
  • 06-12-2016
Here's the expression based on your question:

2√7x + √7x - 3√7x - 7 =
3√7x - 3√7x - 7 =
0-7 = 
-7

The correct answer is -7. You can easily subtract 2√7x, √7x, and 3√7x because they all have √7x in common, so it's basically the same as subtracting simple numbers 2, 1, and 3. 
Answer Link

Otras preguntas

Evaluate the following expression 1/2+2/5+2/25
i’m having a hard time understa
You know the mass of an object and the force applied to the object to make move. Which of Newton's laws of motion will help you calculate the acceleration of th
Which phrase describes the absolute age of a rock
sentence with the word self-advocacy​
Using Laplace transforms, solve x" + 4x' + 6x = 1- e^t with the following initial conditions: x(0) = x'(0) = 1.
What are the names of the two arteries that branch off the aorta to supply the heart with oxygen and nutrients?
What is a scientific theory
The push model is also called ________ which means the production process begins with a ___________. Make-to-stock; forecast Make-to-order; customer order Make-
What is the output? int[] arr = new int[1]; arr[0] 10; System.out.printin(arr[O]): 01 OArrayIndexOutorBoundsException