Solve the inequality //(2x-1)(x+3)/-4/< 1

where /x/ is the modulus of x.

why not just use ||, since / is usually used for division?

||(2x-1)(x+3)|-4| < 1
You have four cases to consider:
|(2x-1)(x+3)|-4 positive or negative, and within those,
(2x-1)(x+3) positive or negative

you will quite possibly end up with a solution set comprising 4 intervals

still cant solve it.....

To solve the given inequality, we need to apply some steps:

Step 1: Simplify the expression inside the modulus signs by multiplying out the numerator:
(2x - 1)(x + 3)

Step 2: Apply the modulus function to the expression inside:
|(2x - 1)(x + 3)|

Step 3: Set up two cases to consider the positive and negative cases of the moduli:
Case 1: |(2x - 1)(x + 3)| < 1
Case 2: |(2x - 1)(x + 3)| > -1

Let's solve each case:

Case 1: |(2x - 1)(x + 3)| < 1
We can remove the modulus by considering two conditions:
Condition 1: (2x - 1)(x + 3) < 1
Condition 2: (2x - 1)(x + 3) > -1

Condition 1: (2x - 1)(x + 3) < 1
Expand the expression:
2x^2 + 5x + 2 < 1

Rearrange the terms:
2x^2 + 5x + 1 < 0

Condition 2: (2x - 1)(x + 3) > -1
Expand the expression:
2x^2 + 5x - 3 > -1

Rearrange the terms:
2x^2 + 5x + 2 > 0

We obtain two quadratic inequalities: 2x^2 + 5x + 1 < 0 and 2x^2 + 5x + 2 > 0.

To solve each quadratic inequality, we can use the quadratic formula or factorization. By using the quadratic formula, we can find the roots of the equation:

For the quadratic inequality 2x^2 + 5x + 1 < 0:
x = (-5 - √(5^2 - 4*2*1))/(2*2)
x = (-5 + √(5^2 - 4*2*1))/(2*2)

For the quadratic inequality 2x^2 + 5x + 2 > 0:
x = (-5 - √(5^2 - 4*2*2))/(2*2)
x = (-5 + √(5^2 - 4*2*2))/(2*2)

After calculating the values of x using the quadratic formula, we can determine the intervals where the inequalities are satisfied and find the final solution.

Note: It's worth mentioning that the calculation becomes complex due to the roots involved in solving quadratic inequalities. Hence, it is suggested to use a scientific calculator or computer software to find the precise intervals and solutions for these inequalities.