+0  
 
0
790
2
avatar
I am trying to use the quadratic equation and I use the calclet to set the variables what each letter means. and it pops up with an error and unknown variables
[center] 0[/center]
[center]while A=3, B=2.5, and C=-12.5 in the calclet[/center]
 Mar 8, 2013
 #1
avatar+3146 
0
[input]a=3; b=2.5; c=-12.5; x=(-b+sqrt(b^2-4*a*c))/(2*a)[/input]
[input]a=3; b=2.5; c=-12.5; x=(-b-sqrt(b^2-4*a*c))/(2*a)[/input]
 Mar 8, 2013
 #2
avatar
0
Thanks for the info that really helped
 Mar 12, 2013

0 Online Users