VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Factoring

Jason Woods  (3 Submissions)   Math/Dates   Visual Basic 3.0   Advanced   Wed 3rd February 2021

This program was written to factor quadratic equations. The user will put in the values for A, B, and C according to the format Ax²±Bx±C=0. After the user clicks the Figure button, the program will either tell them a way to factor it, or it will tell them to try to use the quadratic equation, which is another program. Say you want to factor 5x²-3x-14. In this program, all you have to do is type in 5 for A, -3 for B, and -14 for C. In the label below the command buttons, the program will print out (5X+7)(1X-2). If you foil that out, you will get the original equation. If you like this code, please vote for it.

Rate Factoring (4(4 Vote))
Factoring.bas

Factoring Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters