In an Acid-Base reaction, there is always going to be an acid, a base, a conjugate acid, and a conjugate base. When provided with the pKa values for the acid and the conjugate acid, it is possible to determine which side will exist in a greater concentration, i.e. is more favorable.
To determine which side is more favorable, use the equation:
If the products are favored, then K > 1. If the reactants are favored, the K < 1. If neither side is favored, the K = 1.
Write a function that recieves the pKa values of the acid and conjugate acid, respectively, as an array and outputs which side of the reaction is more favorable. If the reactants are favored, the function should yield "reactants", and vise versa. If the pKa for both the acid and the conjugate acid are equal, the the function should output "neither side is favored"
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers16
Suggested Problems
-
Back to basics 22 - Rotate a matrix
938 Solvers
-
Volume of a sphere given its surface area
155 Solvers
-
472 Solvers
-
3678 Solvers
-
Where is the number that you want to find?
94 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!