Represent -2/5 , 1/2 , 3/4 , -5/2 on a number line Take this points and give the anwer quick
Answers
Answered by
0
lcm of 5, 2, 4=20
-2/5*4/4= -8/20
1/2*10/10=10/20
3/4*5/5=15/20
-5/2*10/10=-50/20
express this all on number line.Taking right side as positive and left side as negative.
HOPE IT HELPS YOU
PLEASE MARK IT AS BRAINLIEST!!
Answered by
0
Answer:
Java expression for the following:-
(a+b)²+b
\sf \: z=x³+y³+ \frac{xy}{3}z=x³+y³+
3
xy
Answer:-
There are two ways to write it as a Java Expression:-
\sf{(a+b)^2 + b}(a+b)
2
+b
Math.pow((a+b),2)+b
((a+b)*(a+b))+b
\sf{x^3 + y^3 + (\dfrac{xy}{3})}x
3
+y
3
+(
3
xy
)
z=(x*x*x)+(y*y*y)+((x*y)/3);
z=Math.pow(x,3)+Math.pow(y,3)+((x*y)/3);
mark me As brainlist and get inbox power
Similar questions