Answer:
Part 1) 
Part 2) 
Step-by-step explanation:
we know that
When divide exponents (or powers) with the same base, subtract the exponents
Part 1) we have

Part 2) we have

Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer:
onvert 234 2 3 4 to an improper fraction. ... Divide each term by −6 - 6 and simplify. ... The result can be shown in multiple forms.
Step-by-step explanation:
I think it’s B but I’m not sure