Answer:
the percent increase in the velocity of air is 25.65%
Explanation:
Hello!
The first thing we must consider to solve this problem is the continuity equation that states that the amount of mass flow that enters a system is the same as what should come out.
m1=m2
Now remember that mass flow is given by the product of density, cross-sectional area and velocity
(α1)(V1)(A1)=(α2)(V2)(A2)
where
α=density
V=velocity
A=area
Now we can assume that the input and output areas are equal
(α1)(V1)=(α2)(V2)

Now we can use the equation that defines the percentage of increase, in this case for speed

Now we use the equation obtained in the previous step, and replace values

the percent increase in the velocity of air is 25.65%
Answer:
(d) None. No provisions exist.
Explanation:
B&P Code § 6738 prohibits a non-licensed person from being the sole proprietor of an engineering business. The non-licensed can be a partner in an engineering business that offers civil, electrical, or mechanical services. It is mandatory that at least one licensed engineer must be a co-owner of the business.
Answer:
600 mpa
Explanation:
It's smart for a equation then you reperfuce
Answer:
Java program explained below
Explanation:
FindSpecialNumber.java
import java.util.Scanner;
public class FindSpecialNumber {
public static void main(String[] args) {
//Declaring variable
int number;
/*
* Creating an Scanner class object which is used to get the inputs
* entered by the user
*/
Scanner sc = new Scanner(System.in);
//getting the input entered by the user
System.out.print("Enter a number :");
number = sc.nextInt();
/* Based on user entered number
* check whether it is special number or not
*/
if (number == -99 || number == 0 || number == 44) {
System.out.println("Special Number");
} else {
System.out.println("Not Special Number");
}
}
}
_______________
Output#1:
Enter a number :-99
Special Number
Output#2:
Enter a number :49
Not Special Number
Answer:
1
Created on Nov 3, 2018 @author: ASLand
7import atexit
#Read, nanes of both files
Rrintll"Enter tvo files to be compared below
userliamel input ("Enter the nome of the first file: ")
userliame2 input("Enter the name of the second file: ")
ROpen each file
f1 - open(userNamel, r')
@17 f2 = opan(useriame 2, )
tread all the lines into a list
d1 f1.readlines ()
d2 f2.readlines()
re equivalent, print "Yes" else pri
oiterate, and conpare
#11
the
y
if dl == d2:
print("Yes")
atexit
elif for i in range(@, min(len (d1), len(d2))):
if di[i]!=d2[i]:
PCint("No")
print(d1[i])
pcint(d2[])