mellamokb
Joined: 10 May 2007 Posts: 124
|
Posted: February 14, 2011 10:26 AM Post subject: |
|
|
Hi SWANSON,
Try entering it like this:
| Code: |
solve( a / b <= 0, x) | a = (3x-1)(4x+5) and b = (x+7)(1-2x)
|
Sometimes breaking up the problem into pieces or storing it in variables can help simplify the expression.
Hope this helps!
Regards,
~ mellamokb |
|