Problema Solution

Three times the difference of a number and two is one more than twice the number. Find the number.

Answer provided by our tutors

let 'n' represent the number


3(n-2) = 2n+1

3n - 6 = 2n + 1

n = 7


the number is 7