Problema Solution

Three times a number increased by 8 is no more than the number decreased by 4. Find the number

Answer provided by our tutors

let 'x' be the number


3x + 8 <= x - 4


3x - x <= -4 - 8


2x <= -12 divide both sides by 2


x <= -6