A loan of P5,000 is made for a period of 15 months, at a simple interest rate of 15%, what future amount is due at the end of the loan period?
Create a Python script which will accept a positive integer and will determine the input number if PERFECT, ABUNDANT, DEFICIENT.
PERFECT - if the sum of the divisors of the number except the number itself is equal to the number.
E.g. 6= 1, 2, 3, 6 1+2+3=6
ABUNDANT - if the sum of the divisors of the number except the number itself is greater than the number.
E.g. 12= 1, 2, 3, 4, 6, 12 1+2+3+4+6 = 16
DEFICIENT- if the sum of the divisors of the number except the number itself is less than the number.
E.g. 10= 1, 2, 5, 10 1+2+5=8
Sample Output:
Input a Positive Integer : 20
20 is ABUNDANT!
Please help me, thank you.
Calculate the standard heat of reaction for the following reaction. Express your answer in kcal/mol.
ΔH° CH3 OH(l) = -57.0 kcal/mol
ΔH° CO2 (g) = -94.1 kcal/mol
ΔH° H2O(l) = -68.3 kcal/mol
2 CH3OH(l) + 3 O2(g) → 2 CO2(g) + 4 H2O(l)
Suppose three cell phones are tested at random where D represent the defective cell phone and N represent the non-defective cell phone. Let X represents the number of defective cell phones that occur. , show the values of the random variable X .
Suppose three cell phones are tested at random where D represent the defective cell phone and N represent the non-defective cell phone. Let X represents the number of defective cell phones that occur. , show the values of the random variable X .
P(z>-2.14)
CS curriculum consists n courses, all mandatory. prerequisite graph G node each course, edge course v course w if and only if v prerequisite w. directly graph representation, computes minimum number semesters necessary complete curriculum student can take number courses one semester. running time your algorithm should linear. Input Format: input text file which describes prerequisite graph G. prerequisite graph G DAG. first line file specifies n & m, next m lines specify m edges graph, one line per edge. edge described end points. number vertices n, assume vertices graph numbered (0,1,..n-1). Output Format: Print minimum number of semesters required complete curriculum, given prerequisite graph, minimum number semesters will fixed number, there may be more one way taking courses each semesters. Sample Input ( graph shown right): 9 8 0 3 1 3 2 4 3 5 4 5 5 6 6 7 5 8 Sample Output Minimum number semesters: 5 Sem 1: 0, 1, 2 Sem 2: 3, 4 Sem 3: 5 Sem 4: 6, 8 Sem 5: 7
a. Calculate the pH of a solution consisting of 1.35M acetic acid (CH3COOH)
(pKa= 1.8 x 10-5) and 2.83 M sodium acetate (NaC2H3O2).
a. Formic acid, which is a component of insect venom, has a Ka = 1.8 x 10-4. What is the [H3O+] in a solution that is initially 0.20 M formic acid, HCOOH? (4 pts.)
HCOOH(aq) + H2O(l) ⇌ H3O+(aq) + HCOO–(aq)
(acid-base equilibria)