Problema Solution
find two consecutive integers such that five times the first integer is 15 more than three times the second integer
Answer provided by our tutors
two consecutive integers are x and x+1
five times the first integer is 15 more than three times the second integer, that is
5*x = 15 + 3*(x+1)
5x = 15 +3x +3
2x = 18
x=9
two consecutive integers are 9 and 10