
Whiz S. answered 08/17/19
Experienced and patient Math tutor
Half the sum of a number and eight is six less than the same number
let number = n
sum of a number and eight = n+8
Half the sum of a number and eight =(1/2)(n+8)
six less than the same number = n-6
so
(1/2)(n+8) =n-6
multiply with 2 to both sides
n+ 8 =2(n-6)
n+8 =2n -12
n=20