Answer:
the rate of increase of radius is dR/dt = 0.804 m/hour = 80.4 cm/hour
Explanation:
the slick of oil can be modelled as a cylinder of radius R and thickness h, therefore the volume V is
V = πR² * h
thus
h = V / (πR²)
Considering that the volume of the slick remains constant, the rate of change of radius will be
dh/dt = V d[1/(πR²)]/dt
dh/dt = (V/π) (-2)/R³ *dR/dt
therefore
dR/dt = (-dh/dt)* (R³/2) * (π/V)
where dR/dt = rate of increase of the radius , (-dh/dt)= rate of decrease of thickness
when the radius is R=8 m , dR/dt is
dR/dt = (-dh/dt)* (R³/2) * (π/V) = 0.1 cm/hour *(8m)³/2 * π/1m³ *(1m/100 cm)= 0.804 m/hour = 80.4 cm/hour
Answer:
The Answer to the question is :
Explanation:
The contact angle between the mercury surface and capillary tube wall is Greater than 90.
If the surface of the solid is hydrophobic, the contact angle will be greater than 90 °. On very hydrophobic surfaces the angle can be greater than 150º and even close to 180º.
Answer:
#include<iostream>
Using namespace std;
int main()
{
int n, qty;
double price, amount;
cout<<"Number of items ";
cin>>n;
cout<<"ITEM<<"\t"<<"QUANTITY"<<"\t"<<"PRICE"<<"\t"<<"ITEM TOTAL";
for(int i= 1; I<= n; i++)
{
cin>>qty;
cin>>price;
amount = qty * price;
cout<<i<<"\t "<<qty<<"\t"<<price<<"\t"<<amount;
}
}
Explanation
The above program is written in C++ programming language
5 variables are declared and used in the program
n is declared as an integer to represent the total number of items
qty is declared as integer to represent the total quantity of each item
price is declared as double to represent the amount of each individual item
amount is declared as double to represent the total amount of an item; it is gotten by qty * price
i is declared as integer to iterated between each items
The amount of each item is calculated within the iteration and also printed immediately
Answer:
Electricity from the wind turbine generator travels to a transmission substation where it is converted into extremely high voltage, between 155,000 and 765,000 volts, for long distance transmission on the transmission grid. This grid comprises a series of power lines that connect the power sources to demand centers.The advantages of wind energy are more apparent than the disadvantages. The main advantages include an unlimited, free, renewable resource (the wind itself), economic value, maintenance cost, and placement of wind harvesting facilities.