Answer:

Explanation:
given data:
height of tank = 60cm
diameter of tank =40cm
accelration = 4 m/s2
suppose x- axis - direction of motion
z -axis - vertical direction
= water surface angle with horizontal surface
accelration in x direction
accelration in z direction
slope in xz plane is



the maximum height of water surface at mid of inclination is



the maximu height of wwater to avoid spilling is

= 60 - 8.2

the height requird if no spill water is 
Answer and Explanation:
The DC motor has coils inside it which produces magnetic field inside the coil and due to thus magnetic field an emf is induced ,this induced emf is known as back emf. The back emf always acts against the applied voltage. It is represented by 
The back emf of the DC motor is given by
Here N is speed of the motor ,P signifies the number of poles ,Z signifies the the total number of conductor and A is number of parallel paths
As from the relation we can see that back emf and speed ar dependent on each other it means back emf limits the speed of DC motor
Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
<em>Logs.</em>
<em>Like data logs. Sometimes people make these logs to keep tabs on other people or to get important information put down somewhere that way it is saved and can be looked back upon later. Anytime someone makes an action on the computer, it makes a TMP file representing a log of what you want it to do before the computer quickly get's rid of the file.</em>
<em>-Ɽ3₮Ɽ0 Ⱬ3Ɽ0</em>
<em />
Answer:
The inventor's claim is false in the sense that no thermal machine can violate the first thermodynamic law.
Explanation:
The inventor's claim could not be possible as no thermal machine can transfer more heat than the input work consumed. If we expose the thermal efficiency:
Where Q and W both must be in the same power unit, so we will convert the remove heat from BTU/hr to hp:
Therefore by comparing, we notice that the removing heat of 4.75 hp is large than the delivered work of 1.11 hp. By evaluating the efficiency:
[tex]n=4.75 hp / 1.1 hp = 4.3 > 1[/tex]