Answer:
50% of getting A blood type
Explanation:
Using a punnet square you have (sorry cant do a square)
<u> IA IB</u>
<u />
<u>IA</u>
<u />
<u />
<u>i</u>
<u />
Then you you add all the possible combinations from both parents genes
IA IB
IA IA IA IA IB
i IA i IB i
You now have a 50% chance of A type blood because the lowercase (i) wont change the blood type outcome because the IA over shines it.
Answer:
increasing[1], higher[2], space[3], food[4], climate change[5].
Explanation:
Because global temperatures are <u>increasing[1]</u>, some species are seeking out <u>higher[2]</u> elevations in the Himalayas to colonize. Scientists were worried that these organisms would not have enough <u>space[3]</u> to live, but they have found that there is adequate <u>food[4]</u> at higher elevations. This movement may help these organisms survive the effects of <u>climate change[5].</u>
(Although am positive about 1, 2 and 5, you will need to double check 3 and 4. What I can tell you is that I don't think lifespan has to do with 3 or 4. I chose space and food simply due to the thought that more species moving to higher elevations allows for less space to live, but more prey to be hunted easier.)
<span>Python is Highly case sensitive language. We can use > , < , <= , <= , == , != to compare two strings. Python compares string using ASCII value of the characters.
For example name as "MIDHUN" and name1 as "Midhun" . The first two characters from name and name1 ( M and M ) are compared. As they are equal, the second two characters are compared. Since the ASCII values are not equal the result is not equal.</span>