Answer:
Food (Carbohydrates)
Minerals (Stored in fruits from the soil)
Oxygen
Answer:
the first answer that is there a cell with half the chromosome number of the parent cell
If you are checking a cell for a zero value and the cell is blank, the test evaluates to true. For example, if you have the following formula in cell A1 =IF(B1=0,"zero","blank") and B1 is blank, the formula returns "zero" and not "blank" as expected.
If the range might contain a blank cell, you should use the ISBLANK function to test for a zero value, as in the following example: =IF(ISBLANK(B2),"blank",IF(B2=0,"zero","other")) Note that the above formula returns "zero" if there is a zero value in the cell, "blank" if the cell is blank, and "other" if anything else is in the cell.
You must always use the ISBLANK formula first before you test for a zero value. Otherwise you will always return a "true" for the zero value, and never get to the test for the ISBLANK formula.
<span>D. can incorporate new scientific discoveries. should be the answer. Hope I helped!</span>
Answer:
carry thousands of genes
Explanation:
Genes are contained in chromosomes, which are in the cell nucleus. A chromosome contains hundreds to thousands of genes. Every normal human cell contains 23 pairs of chromosomes, for a total of 46 chromosomes. Some traits are caused by mutated genes that are inherited or that are the result of a new gene mutation.