What is the minimum value of $|2x-5|+6$?
2026-04-06 00:01:51.1775433711
On
What is the minimum value of $|2x-5|+6$?
53 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
5
On
With x set as 2.5, the expression would equal 6
Absolute value only returns only floats equal or greater than 0. That being said, the range of this function is:
(0)+6 to (infinity)+6
with the latter being greater obviously because: 6 < Infinity+6
The minimum value would have to make the inside of the function equal 0 which means: $ |2x-5| = 0 $
And since it is zero, we can remove the absolute value sign to get:
$ 2x-5 = 0 $
$ 2x = 5 $
$ x = 2.5 $
Resulting in the expression to be:
$ |2x-5|+6 $
$ |2(2.5)-5|+6 $
$ |5-5|+6 $
$ |0|+6 $
$ = 6 $
Proof: http://i.imgur.com/CB5pwi6.png
EDIT: Accidentally typed former instead of latter.
EDIT: Added Image Proof.
EDIT: Used Expression signs to format instead of quotes.
Hint. The absolute value is non-negative, hence $|2x-5|\geq 0$.