angelicar3 angelicar3
  • 03-10-2020
  • Mathematics
contestada

How to solve 4x-10>x/3-12 step by step showing to to get rid of fractions

Respuesta :

Wolfyy
Wolfyy Wolfyy
  • 03-10-2020

Answer:

x > -6/11

Step-by-step explanation:

4x - 10 > x/3 - 12

~Simplify

4x - 10 > 1/3x - 12

~Add 10 to both sides

4x > 1/3x - 2

~Subtract 1/3x to both sides

11/3x > -2

~Multiply 3/11 to both sides

x > -6/11

Best of Luck!

Answer Link

Otras preguntas

check the photo for question
The slope of the line below is -4. Which of the following is the point-slope form of the line? (2,-8)
What are three questions to ask yourself when choosing friends?
what is meant by osmosis?
Write a c++ program that sorts one – dimensional array’s value into ascending order using the selection sort method
Write the relation as a set of ordered pairs. a. ordered pairs: {(–1, –2), (0, 1), (3, 2)} b. ordered pairs: {(–2, –1), (1, 0), (3, 2)} c. ordered pairs: {(–2,
Multiply the following polynomials (5x^2-7)(5x^2+7)
I60I ___ I-60I = > or < I need a refresh on my memory. Please help!
Two hundred million years ago Earth's continents were all joined in one supercontinent known as ________. Mantle Laurasia Pangaea Tsunami Gondwanaland
Define a pointer variable named daco that can be used for objects of the class Banana. a)new int daco; b)new Banana daco; c)Banana * daco; d)new Banana * daco;