How can you program the quadratic formula in to a TI-84 silver edition calculator?

1 answer

Answer

1216109

2026-07-24 02:10

+ Follow

To program the quadratic formula on a TI-84 Silver Edition calculator, first press the PRGM button and select NEW to create a new program. Name your program (e.g., "QUAD"). In the program editor, input the formula: prompt A, B, C; then calculate the discriminant (B² - 4AC) and use √ to find the square root. Finally, display the results for the two roots using Disp for the formulas: (-B + √D)/(2A) and (-B - √D)/(2A). Make sure to include appropriate prompts for user input.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.