Answer: -1/5
Step-by-step explanation:
14/20 - 81/90=
7/10-9/10= ==> 10 is the GCF of 20 and 90
(7-9)/10=
-2/10=-1/5
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);
A is the correct awnser good luck
Answer:
Nominal data are used to label variables without any quantitative value. Common examples include male/female (albeit somewhat outdated), hair color, nationalities, names of people, and so on. In plain English: basically, they're labels (and nominal comes from "name" to help you remember). You have brown hair (or brown eyes).
So you want to plug in the height for h and solve for t
36 = -16t^2+14t+36
So you get 14/16 which simplifies to
7/8 seconds
Hope this helped!