answersLogoWhite

0


Best Answer

It may be 41.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If 59 of 100 organisms are p what is q?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

If p is 40 percent of q then q is what percent of p?

For this problem, assume q is 100. So, if p is 40 percent, that would mean 40/100 which equals .4 or 40 percent. So, 100/40 equal 2.5 or 250 percent. If p is 40 percent of q, then q is 250 percent of p.


How do you find the percent change from one year to the next?

Suppose the value of whatever it is, is P in the first year and Q in the next. Then the percentage change is 100*(P - Q)/Q or, equivalently, 100*(P/Q - 1)


What is the demand elasticity of P 100-4Q when Q 20?

The quantity, Q, demanded at price P is 100 - 4Q So Q = 25 - P/4 And therefore, the demand elasticity is -1/4 or -0.25, whatever the value of Q.


A fly has two alleles for the color of its eyes. The green allele is recessive, and is represented by q. The blue allele is dominant, and is represented by p. If 44 of 100 organisms are green, what is P?

, 0.34 Apex


How do you use malloc and calloc to allocate memory for 100 integers?

int *p, *q; p = (int*) malloc (100 * sizeof (int)); q = (int*) calloc (100, sizeof (int)); Note that p is left in an uninitialised state whereas q is initialised with the value zero.


If 11 of 100 organisms are green what is q?

Quite possibly 89.


What makes a fraction over 100?

n/100 is nice since it can be expressed as a n percent. The goal is for your fraction p/q, can find out what q must be multiplied by to get 100 and then multiply that by p also. Many times it will not be this simple since for starters, q may be >100 then we divide, or q may not be a divisor of 100 and there are many other pitfalls.


How To Find Percentage?

with two figures dive the smaller by the bigger and times by 100


What value is assigned to the type int variable ans in this statement if the value of p is 100 and q is 50?

It is not possible to answer this question without knowing the actual expression used in the assignment statement. The following are merely example expressions showing some of the values that could be assigned to ans: int ans, p=100, q=50; ans = p + q; // ans = 150 ans = p * q; // ans = 5000 ans = p - q; // ans = -50 ans = p / q; // ans = 2 ans = p % q; // ans = 0


If p is 50 percent of q and r is 40 percent of q what percent of r is p?

p = 50q/100 = 1/2 q r = 40q/100 = 2/5 q p = (1/2)/(2/5) = (1/2)(5/2) = 5/4 r or 1 1/4 r Thus, p is 125% of r.


A fly has two alleles for the color of its eyes The green allele is recessive and is represented by q The blue allele is dominant and is represented by p If 20 of 100 organisms are green what is?

A. 0.45 Apex


If p q and q r then p r. Converse statement B.A syllogism C.Contrapositive statement D.Inverse statement?

Converse: If p r then p q and q rContrapositive: If not p r then not (p q and q r) = If not p r then not p q or not q r Inverse: If not p q and q r then not p r = If not p q or not q r then not p r