Question

Square root of 8x-15= square root of 6x - 3 Solve for x where it is...

Square root of 8x-15= square root of 6x - 3

Solve for x where it is a real number

Homework Answers

Answer #1

.

.

checking our solution

put x=6 in given equation

.

.

solution is true.

............answer

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
solve the equations a). 4x-(-3x-3) =2x +1-1/2x+1 b) 8x-x^2=2 solvee by completing square c) x-2x^2=5 solve...
solve the equations a). 4x-(-3x-3) =2x +1-1/2x+1 b) 8x-x^2=2 solvee by completing square c) x-2x^2=5 solve by quadraticformula
Solve the quadratic equation by completing the square X^2 - 8x 20= 0 And 12= 8z-...
Solve the quadratic equation by completing the square X^2 - 8x 20= 0 And 12= 8z- z^2 Thanks
Choose a method (factoring, square root property, completing the square, and thequadratic formula) to solve each...
Choose a method (factoring, square root property, completing the square, and thequadratic formula) to solve each of the following quadratic equations. Each method can be used only ONCE. A) 4x2 – 27 = 0             B) 4x2 – 8x – 5 = 0             C) 4x2 – 8x – 12 = 0             D) 4x2 – 9x – 7 = 0 Please explain the solution method you chose for each equation and why you chose it
Find the X and Y intercept 7. Y= 5x2 + 6x +1 8. 6x+y=8 9. Y=6x^2+8x-8
Find the X and Y intercept 7. Y= 5x2 + 6x +1 8. 6x+y=8 9. Y=6x^2+8x-8
Given that (x-3) and (x+4) are factors of x to the third power +6x square- 7x...
Given that (x-3) and (x+4) are factors of x to the third power +6x square- 7x - 60, explain how you can find a third first degree factor of x to the third power + 6x square- 7x - 60.Then find the factor
solve the following for the domain of the functions in interval notation. Show all work a)...
solve the following for the domain of the functions in interval notation. Show all work a) f(x)=x2-64/x2-6x-16 b)f(x)=√15-3x (square root is over all of 15-3x) c) f(x)=√x+7 -3/x-2 (square root is over x+7
Solve the integral of ((x^4)+(8x^2)+18)/((x^3)+(9x))dx
Solve the integral of ((x^4)+(8x^2)+18)/((x^3)+(9x))dx
solve x^2<=|5-6x| x^2<=|5-6x|
solve x^2<=|5-6x| x^2<=|5-6x|
For the questions below, consider the following function. f (x) = 3x^4 - 8x^3 + 6x^2...
For the questions below, consider the following function. f (x) = 3x^4 - 8x^3 + 6x^2 (a) Find the critical point(s) of f. (b) Determine the intervals on which f is increasing or decreasing. (c) Determine the intervals on which f is concave up or concave down. (d) Determine whether each critical point is a local maximum, a local minimum, or neither.
Write a function find square root(x) that takes as input a number x and as output...
Write a function find square root(x) that takes as input a number x and as output returns the square root of x. Your results should converge to at least 6 decimal places. matlab question