Math, asked by furqanmansuri2006, 1 month ago

Simplify (5 + V3),(5 -
3)​

Answers

Answered by AbhinavRocks10
22

 \:  \\  \sf  (5+v ^3)(5−3)=2v ^3+10

//to check the number

class number

{

void method(int a)

{

if(a>0)

System.out.print("POSITIVE "+a);

else if(a<0)

System.out.print("NEGATIVE "+a);

else

System.out.print("NEUTRAL "+a);

}

}

Similar questions