1. Solve the quadratic equation 2x2 + 6x +4=0.
2. Implement a function that takes in coefficients A, B, and C for the quadratic equation Ax2 + By + C = 0 and computes the two solutions. Have the function return the number of valid (not NaN) solutions and fill in the return arguments so the smaller of the two solutions is first.