zacharydoc
zacharydoc zacharydoc
  • 01-09-2016
  • Mathematics
contestada

Solve for x: 2 over 5 (x − 2) = 4x.


Respuesta :

apearl123 apearl123
  • 01-09-2016
X=10.

hope this helped
Answer Link

Otras preguntas

What was the decision in the Supreme Court case Korematsu v United States?
Let f(x) = (4x^2 - 11)^3 and g(x) = 4x^2- 11. Given that f(x) = (hºg)(x), find h(x). Enter the correct answer.
Suppose a conducting rod is 52 cm long and slides on a pair of rails at 2.75 m/s. What is the strength of the magnetic field in T if a 8 V emf is induced?
The Turning-Point Of My Life from What Is Man? And Other Stories by Mark Twain (extract) Now what interests me, as regards these details, is not the details t
Which of the following equations is of a parabola with a vertex at (0,3)? y= (x - 3)2 y= (x + 3) 2 y=x2-3 y= x2 + 3
When you declare a variable of a basic, primitive type, such as int x = 10;, the memory address where x is located holds the ____. a. location in memory of 10
Given the following code. float dollars[5] = {1986.10, 240.99, 215.50, 75.00, float euros[5]; Give the C++ code that will fill the euros array with the correspo
What is the slope and y-intercept of the equation 6x - 1 = 3y - 10?A. m=2, b = 3B. m= 2, b = -3C. m= 3, b= 4 D. m= 6, b= 9​
What is the solution to the equation? 305p equals 1,525
h(n)=h(n)+h(n-2) h(2)=h(1)=h(0)=1, n>=2 Write a C++ function int h(int n)