A man is jogging up a hill at 3 ft per second and then stumbles back 4 feet.
no solutions → C
The 2 given lines are parallel and never intersect thus no solution
For simple integer factors as this one has, you want to find two values for the quadratic in the form ax^2+bx+c. Let the two values be j and k. These two values must satisfy two conditions.
jk=ac=10 and j+k=b=11, so j and k must be 1 and 10.
Now replace bx with jx and kx...
2x^2+x+10x+5 now factor 1st and 2nd pair of terms.
x(2x+1)+5(2x+1)
(x+5)(2x+1)