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);
Hello There!
Follow these steps:
35/5 = 7
7 x 7 = 49
35 out of 49 families owned a dog.
49 families were surveyed.
Hope This Helps You!
Good Luck :)
- Hannah ❤
Answer:
=60 cm
Step-by-step explanation:
i took the test
Answer:
b = 6i then a = -6i
b = -6i then a = 6i
Step-by-step explanation:
a+b=0
ab=36
a = -b
a(b) = 36
-b * b = 36
- b^2 = 36
b^2 = -36
Take the square root of each side
sqrt(b^2) = sqrt(-36)
b =± 6i
a = - (± 6i)
so b = 6i then a = -6i
b = -6i then a = 6i
Answer:
2x^2 +11
Step-by-step explanation:
f(x) = 3x^2 +2
g(x) = x^2 -9
f(x) - g(x) = 3x^2 +2 - (x^2 -9)
Distribute the minus sign
= 3x^2 +2 -x^2 +9
Combine like terms
= 2x^2 +11