Reduce the rational number 105\-168 to standard form?
Answers
Answered by
1
Answer:
35/-56 is the standard form of 105\-168
Answered by
1
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
do fast yrr......(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✯ᴗ✯)(✿^‿^)(✯ᴗ✯
Similar questions
Geography,
5 months ago
Math,
5 months ago
Science,
11 months ago
CBSE BOARD X,
11 months ago
Math,
1 year ago