Define the variables x and y as x 65 and y 38 then evaluat
Define the variables x and y as x = 6.5 and y = 3.8, then evaluate: (a) (x^2 + y^2)^2/3 + xy/y - x (b) squareroot x + y/(x - y)^2 + 2x^2 - xy^2
Solution
(a)x =6.5, y=3.8
(x2+y2)2/3 +(xy/(y-x))
=(6.52+3.82)2/3 +(6.5*3.8/(3.8-6.5))
=(42.25+14.44)2/3 -(24.7/2.7)
=(56.69)2/3 -(247/27)
5.60906
-----------------------------------------------------------------------------------
(b)
[(x+y)/(x-y)2]+2x2-xy2
=[(6.5+3.8)/(6.5-3.8)2]+(2*6.52)-(6.5*3.82)
=[(10.3)/7.29]+84.5-93.86
-8.91976
