Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
// Program Starts here
#include<iostream>
using namespace std;
int main ()
{
// Declare Variables
int quarter, dimes, nickel, cent;
// Enter values for each
cout<<"Quarter: ";
cin>>quarter;
cout<<"Dimes: ";
cin>>dimes;
cout<<"Nickels: ";
cin>>nickel;
/*
In the United States, these coins have the following values
Quarter = 25 cents
Done = 10 cents
Nickel = 5 cent
Total cent is calculated below
*/
cent = 25 * quarter + 10 * dimes + 5 * nickel;
// Print Total
cout<<"The coins are worth "<<cent<<" cents";
return 0;
}
Answer:
P = 741.7 Pa
Explanation:
Pressure:
It is the force applied on object per unit area. The force is applied perpendicular to the surface.
Mathematical expression:
P = F/A
P = pressure
F = force
A = area
Given data:
Weight = 178 N
Area = 10 cm × 24 cm
Pressure = ?
Solution:
Area = 10 cm × 24 cm
Area = 240 cm²
Area = 240 /10000 = 0.024 m²
Formula:
P = F/A
P = 178 N / 0.024 m²
P = 741.7 Nm⁻²
Nm⁻² = Pa
P = 741.7 Pa
Among the choices, the polyatomic ion is only the third choice, NH4+ where it is composed of nitrogen one atom of nitrogen and 4 atoms of hydrogen. Choice 2 is a monoatomic atom being composed only of calcium. Then, the first and fourth choices are not ions because they are not charged.
All organisms need water, vitamins, minerals, and salt together to balance things out.
Answer:
With less energy at higher trophic levels, there are usually fewer organisms as well
Explanation: Organisms tend to be larger in size at higher trophic levels, but their smaller numbers result in less biomass. Biomass is the total mass of organisms at a trophic level.