Answer:
What is the question you have?
Explanation:
First of all, we will need a function that checks if a number is prime or not:
boolean isPrime(int n){
for(int i=2; i<=math.sqrt(n); i++){
if(n % i == 0) return false;
}
return true;
}
Then, in the main program, we will call this function with all the desired inputs, and we will print the prime numbers:
for(int n=100; n<= 1000; n++){
if(isPrime(n)) print(n);
}
Answer:
134
Explanation:
because 6.00×10-9 =51 and 1.80×10-8=10 and 8.00×10-7=73 by adding them it will give the answer out by the figuer 134
Answer:
50%
Explanation:
The markup is the difference between the selling price and the cost price. If the mark up is greater than zero, it means there is a profit, if the markup is less than 0, it means there is a loss and if the markup is equal to 0, it means there is breakeven.
Percentage markup = (markup/cost price) * 100%
Selling price - cost price = markup
15 - cost price = 5
cost price = 10
Percentage markup = (markup/cost price) * 100% = (5/10) * 100% = 50%
In the very early ancient times, mankind did not attribute
human psychological processes like thinking to be the work of the brain. They thought
whatever was inside someone’s body did not differ from what was inside an
animal’s body.
The ancient Egyptians, for instance, believed that there was
a little person who dwelt within the skull and regulated human behavior. On the other
hand, the Greek thought the soul resided in the heart. Basing on these facts,
the differences between the Greeks and Egyptians is found greatly in their
religion.
Greeks believed in a dialogue with the gods while the
Egyptians believed the gods had complete power and their will could not change.
Therefore, the Greeks used logic while the Egyptians saw everything based on religion
and magic.