Last Updated 10/28/2022
The solve command
Sometimes you will want to select one solution from the list of solutions and use it in another computation. You can do this by first assigning a name (we use the letter S in this case) to the output of the solve command.
Then S[0] is the first expression in the solution sequence, S[1] is the second expression and so on.
To extract the numbers from the expressions, use the rhs command.
Try this!
Find the sum of the solutions of the quadratic equation . Convert the answer to numerical value.