VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Factoring

by Jason Woods (3 Submissions)
Category: Math/Dates
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

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

Upload

Download this snippet    Add to My Saved Code

Factoring Comments

No comments have been posted about Factoring. Why not be the first to post a comment about Factoring.

Post your comment

Subject:
Message:
0/1000 characters