Question 295
<pre>what is the answers to this eqaution Im not sure if i have the right answer
  3 &#8722; 5/2 x &#8722; 3x² = 0<font size = 4 color = "blue"><b>
Clear of fractions by multiplying through by 2
     6 - 5x - 6x² = 0
Rearrange in descending powers:
    -6x² - 5x + 6 = 0
Multiply through by -1 to remove initial negative sign:
     6x² + 5x - 6 = 0
Factor left side:
     (3x-2)(2x+3) = 0
 3x-2 = 0  ; 2x+3 = 0
   3x = 2  ;   2x = -3
    x = 2/3;    x = -3/2
Edwin <font face = "wingdings" size = 7 color = "red">J</font>