Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 9 Online
OpenStudy (anonymous):

Hello, I am working on the getting started tutorial and I am trying to figure out how to solve exercise 4, which asks for: Positive root of the following equation: 34*x^2 + 68*x - 510 How do I solve this?

OpenStudy (mandre):

\[x = \frac{ -b \pm \sqrt{b ^{2}-4ac} }{ 2a }\] Do both roots, say x1 and x2 and only display if root > 0. e.g. pseudo-code if x1> 0 then print(x1)

OpenStudy (anonymous):

?

OpenStudy (clalgee):

Hello! What do you believe the answer might be?

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!