Follow these steps to create the model on a worksheet:
- Open a new worksheet.
- Type the following on the worksheet:
A1: 1
A2: -3
A3:
A4: =A1*A3^2+A2*A3+2
- On the Tools menu, click Solver.
NOTE: If Solver is not on the Tools menu, you need
to make sure the Solver add-in is listed and selected in the
Add-ins dialog box.
- In the Solver Parameters dialog box, in the
Set Target Cell box, enter A4.
- Click Value Of and set the value to 0.
- In the By Changing Cells box, enter A3.
- Under Subject to the Constraints, click
Add.
- Type A3 in the Cell Reference box, click ">=" in the list,
and in the Constraint box, type 1.5. Click OK.
- Click Solve.
You should get the
Solver Results dialog box stating that Solver found a solution and the value in cell A4 should now be 0, or very close to zero (1.04E-07, for example). Click
OK to return to the worksheet.