Suppose that the average revenue of a short run perfectly competitive firm is 2 and its marginal and fixed costs are given as MC=3Q2-8Q+6 and TFC=10 then
A. Determine the level of profit at equilibrium and identify whether the firm makes positive profit ,normal profit or incure profit
B. What is the price level required for the firm to stay in the market ?
Find degree of hydrolysis (DOH), hydrolysis constant (Kh) and P
H
of a salt HCOOK
(0.001M). if Ka for weak acid HCOOH is 10-4
.
The production manager of a company plans to include 180 sq. cm of actual
printed matter in each page of a book under production. Each page should have 2.5 cm
wide margin along the top and bottom and 2.0 cm wide margin along the sides. What
are the most economical dimensions of each printed page?
write a python function Square_List(A) that takes a list as an input and returns another list of lists that has the first number as the same number given in the input list and the second number be the square of the first number.[[1, 1], [2, 4], [5, 25], [6, 36]]
if G is the abelian group of integers in the mapping T:G to G given by T(x) = x then prove that as an automorphism
Write a Class FeeCalculator that’s programed against FeeStructure (or uses FeeStructure Interface) having the following members
Fields: feeStructure
Constructor (using dependency injection -> constructor injection)
Methods:
Write two complete classes (FeeStructur2020 & FreeStructur2021) that implements FeeStructure interface
Suppose:
FeeStructure2020 calculates the fee based on the following
FeeStructure2021 calculates the fee based on the following
The reaction between calcium carbide (kalburo, CaC₂) and water forms acetylene (C_{2}*H_{2}) and calcium hydroxide [Ca(OH) 2 ].
Let A=[4, 5, 6, 5, 3, 2, 8, 0, 4, 6, 7, 8, 4, 5, 8, 9, 8, 6, 8, 5, 5, 4, 2, 1, 9, 3, 3, 4, 6, 4] be a list. You need to write a python function Create_List(A) to create a new two-dimensional list B=[[ , ], [ , ], ...., [ , ]] such that for an element [x, y] in B, x denote a value of an element in A and y denotes how many times x appeared in list A. The function Create_List (A) will take list A as input and return list B as an output
NOTE:
Do not use the input() function for taking input from the keyboard. Specify the input in fixed form but function must be generalized that can work with values.
you are not allowed to use extra lists other than A and B. Further, no predefined functions are allowed except len(), and append().
What are the empirical and molecular formulas of a compound that is 40.27 % potassium, 26.78 % chromium, and 32.95 % oxygen? The molar mass of the compound is 194.2 g/mol.