Hi everyone,
Is there a way I can create a cvs file that has random numbers for variables a, b, c, and d? These numbers are then used in create other numbers A, B , and C. Then create the question: Solve `A`x^2 + `B`x + `C` =0.
A = a*c
B = b*c + a*d
C = b*d
If so, what's needs to be in which column of the CVS file?
Thanks in advance for any help,
Tyler