Answer:
D
Step-by-step explanation:
You have to use pythagorean theorem to solve this.
subtract 1/3x
so that you can get qui equatio
To find the dividend per share, we divide the total dividend amount by the total shares.
Dividend per share = 40,000 / 60,000
Dividend per share = $0.67
Your share = 100 x 0.67
Your share = $66.67
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);
This is a formula if you need one. DON'T forget to cross-multiply
3/4 = x/12