Option D is the correct answer.
Lets understand the information mentioned in the question before trying to solve for it.
So the question starts by telling us that "a, b, c and d are not zero numbers" then asks us to find the range of value of expression:
|a|/a - 2b/|b| + 3|c|/c - 4d/|d| + 5|abcd|/abcd.As mentioned in the question a, b, c and d are non-zero numbers which would mean that either they all can be negative, positive or some number negative or some positive. Lets understand it arithmetically: So a, b, c and d could be, a,b,c&d>0, a,b,c&d<0, a&b<0<c&d and so on.
And we all know that mod function never be <0, which would mean that
|a|, |b|, |c| & |d| are all greater than 0 i.e. positive numbers. Now to find the range we need to find the minimum and maximum possible value of the expression: Range = Maximum value - Minimum value
So in order to find the minimum possible value we need to assume c<0 and a,b,&d>0.
As we have assume c<0 which would mean that (-c)>0.
=>
|a|/a - 2b/|b| + 3|c|/c - 4d/|d| + 5|abcd|/abcd=>a/a - 2b/b + (3*(-c)/c) - 4d/d + (5*(-abcd)/abcd)
=>1 - 2 - 3 - 4 - 5
=> -13
In order to find the maximum value of the expression lets assume b&d<0 and a&c>0, which would mean that (-b)&(-d)>0.
=>
|a|/a - 2b/|b| + 3|c|/c - 4d/|d| + 5|abcd|/abcd=>a/a - (2*(-b)/b) + 3c/c - (4*(-d)/d) + 5*(abcd)/abcd
=>1 + 2 + 3 + 4 + 5
=>15
So the range of the expression = 15 - (-13)
Range of the expression = 15 + 13
Range of the expression =
28 (Option D)Bunuel
For non-zero numbers a, b, c, and d, what is the range of values of the expression \(\frac{|a|}{a} - \frac{2b}{|b|} + \frac{3|c|}{c} - \frac{4d}{|d|} + \frac{5|abcd|}{abcd}\)?
A. 0
B. 13
C. 15
D. 28
E. 30