Write the java expressions of the following
Attachments:
Answers
Answered by
1
Answer:
(-b+Math.sqrt(b*b-4*a*c))/(2*a) and (-b-Math.sqrt(b*b-4*a*c))/(2*a)
(Math.pow(a,3)+Math.pow(b,3))/ (Math.pow(a,3)-Math.pow(b,3))
Explanation:
Similar questions