Relays and current transformers (CTs) are critical components in power system protection.
The operating time of a relay during a fault can be computed given the relay type, Time Multiplier Setting, fault current, and Plug Setting. Extra Low Voltage (ELV) systems have specific regulations regarding the maximum DC voltage between conductors or a conductor and the earth. The rated secondary current and accuracy limiting factor (ALF) of a CT can be calculated using its specifications. The operating time of an IDMTL relay for a given fault current is determined using the relay's characteristic equation, considering the Plug Setting and Time Multiplier Setting. According to the "Code of Practice for the Electricity (Wiring) Regulations", the highest DC voltage for ELV systems is typically 120V. The secondary current of a CT can be obtained from the CT ratio, while the ALF is determined from its accuracy class and rated apparent power.
Learn more about current transformers here:
https://brainly.com/question/11673552
#SPJ11
Anew student in your class has something different about his appearance. No one wants to sit beside him. You step forward and decide to sit next to him and make him feel comfortable and welcoming. This is an example of:
Answer:
approaching a lady or a man
a commercial refrigerator with r-134a as the working fluid is used to keep the refrigerated space at -35 c by rejecting waste heat to cooling water that enters the condenser at 18 c at a rate of 0.25 kg/s and leaves at 26 c. the refrigerant enters the condenser at 1.2 mpa and 50 c and leaves at the same pressure subcooled by 6 c. if the compressor consumes 3.3 kw of power , determine (a) the mass flow rate of the refrigerant, b) the refrigerant load, c) the cop, and d) the minimum power input to the compressor for the same refrigeration load.
At 1.2mpa pressure and 50c
What is pressure?
By pressing a knife against some fruit, one can see a straightforward illustration of pressure. The surface won't be cut if you press the flat part of the knife against the fruit. The force is dispersed over a wide area (low pressure).
a)Mass flow rate of the refrigerant
Therefore h1= condenser inlet enthalpy =278.28KJ/Kg
saturation temperature at 1.2mpa is 46.29C
Therefore the temperature of the condenser
T2 = 46.29C - 5
T2 = 41.29C
Now,
d)power consumed by compressor W = 3.3KW
Q4 = QL + w = Q4
QL = mR(h1-h2)-W
= 0.0498 x (278.26 - 110.19)-3.3
=5.074KW
Hence refrigerator load is 5.74Kg
(COP)r = 238/53
(Cop) = 4.490
Therefore the above values are the (a) mass flow rate of the refrigerant, b) the refrigerant load, c) the cop, and d) the minimum power input to the compressor for the same refrigeration load.
To learn more about pressure
https://brainly.com/question/13717268
#SPJ4
Which type of work is a textile engineer most likely to do?
A.
manufacture chemical products to use in medications
B.
manufacture cloth from raw materials through an industrial process
C.
design large-scale manufactured structures, such as buildings and bridges
D.
design automated industrial machines and the computer systems that control them
Answer:
B because as a textile engineer, your job is to help design and create fabric, including the equipment and materials needed for fabrication.
How many 3-digits numbers which are greater than 300 can be formed from 6
digits (1,2,3,4,5,6)? while
i. Repetition not allowed
ii. Repetition allowed
Explanation:
111 even numbers greater than 300 can be formed with the digits 1,2,3,4,5 if repetition of digits in a number is not allowed.
Thinking Critically and Solving Problems
Posttest
Which step comes first in the decision making process?
A) Analyze the actions.
B) Collect information.
C) List all possible actions.
D) Identify the problem.
G
Submit
D) Identify the problem step comes first in the decision-making process.
What is decision-making?In psychology, decision-making (also spelled decision making and decisionmaking) is regarded as the cognitive process resulting in the selection of a belief or a course of action among several possible alternative options. It could be either rational or irrational. The decision-making process is a reasoning process based on assumptions of values, preferences and beliefs of the decision-maker. Every decision-making process produces a final choice, which may or may not prompt action. Research about decision-making is also published under the label problem solving, particularly in European psychological research. Decision-making can be regarded as a problem-solving activity yielding a solution deemed to be optimal, or at least satisfactory. It is therefore a process which can be more or less rational or irrational and can be based on explicit or tacit knowledge and beliefs. Problem solving and critical thinking refers to the ability to use knowledge, facts, and data to effectively solve problems.
To know more about decision-making visit:
https://brainly.com/question/16407152
#SPJ1
Assume you wish to transfer an n B file along a path composed of the source, destination, 7 point-to-point links, and 5 switches. Suppose each link has a propagation delay of 2ms and a bandwidth of 4Mbps, and that the switches support both circuit and packet switching. Thus, you can either break the file up into 1-KB packets or set up a circuit through the switches and send the file as one contiguous bitstream. Suppose that packets have 24B of packet header information and 1000B of payload, store-and-forward packet processing at each switch incurs a 1-ms delay after the packet had been completely received, packets may be sent continuously without waiting for acknowledgments, and circuit setup requires a 1-KB message to make one round trip on the path, incurring a 1-ms delay at each switch after the message has been completely received. Assume switches introduce no delay to data traversing a circuit. You may also assume that filesize is a multiple of 1000B.A. For what filesize n B is the total number of bytes sent across the network less for circuits than for packets?
B. For what filesize n B is the total latency incurred before the entire file arrives at the destination less for circuits than for packets?C. How sensitive are these results to the number of switches along the path? To the bandwidth of the links? To the ratio of packet size to packet header size?D. How accurate do you think this model of the relative merits of circuits and packets is? Does it ignore important considerations that discredit one or the other approach? If so, what are they?
Answer:
a) n > 8600 bytes
b) 9500 bytes
c) The results calculated above a very sensitive to the ratio of the packet size to the packet header
d) the model is accurate because N > 9500 bytes
Explanation:
A) The filesize n B
no of bytes transferred = no of packets * packet size
= ( n / 1000 ) * 1024
circuit switching
number of bytes transferred = file size + two packets
= n + (2 * 1024)
comparing both equations
= n + (2048) < ( n/1000) * 1024
= 24 * n / 1000 > 2048
hence: n > 8600 bytes
B ) The filesize n B is the total latency incurred before the entire file arrives at the destination less for circuits than for packets
packet switching :
Latency = ( n/1000 ) * ( 1024 * 8 bits/4 Mbps ) + 3 * ( 1024 * 8 bits / 4 Mbps) s + (3 * 1 ms + 4 * 2 ms)
= ( n * 2 * 1026 / 10^6 )ms + 6.144 + 11
Circuit switching
Latency = ( n * 8 bits/ 4 Mbps ) s + 4 * 2 ms + 2 * ( 4 * 1024 * 8/4 mbps + 3 * 1 ms + 4 * 2 ms )
= n * 2*10 n3 / 10^6 ms + 8 + 2 * ( 19.1920 )
= 2n / 10 n3 + 38.3840
therefore for n to meet the requirement
( n * 2 * 1024 / 10 n6 ) ms + 17.144 > 2n / 10 n3 + 38.384
hence N > 9500 BYTES
C ) The results calculated above a very sensitive to the ratio of the packet size to the packet header
D) The model is accurate because N > 9500 bytes
and It doesn't ignore any important considerations
In the figure show, what's the distance from point H to point C?
A. 2'
B. 18'6"
C. 18'
D. 2'6"
Answer:
B.
Explanation:
I think not sure hehe
what are the principal benefits of developing a comprehensive project scope analysis?
Answer:
What are the principal benefits of developing a comprehensive project scope analysis?
The principal benefits of developing a comprehensive project scope analysis include better understanding of project objectives , clarifying the tasks that need to be completed, assigning tasks to team members, and estimating the time, labor, and money necessary for successful completion of the project. Additionally, a project scope analysis helps to set groundwork , goals, and objectives, and allows a company to guide the dream of a project to a successful completion . A comprehensive project scope analysis also ensures that all stakeholders have a clear understanding of the project and helps to prevent any misunderstandings or disagreements that can arise during the course of the project
Explanation:
After a strong storm, a worker does not realize that a power transmission line has fallen on his car and is electrocuted while opening the car door. What is this an example of?.
Answer:
This is an example of the conduction of electricity through metal. Free moving electrons on the car will conduct a electric field when a voltage is applied to the car; in this case the transmission line, and would flow through the metal to the door handle causing electrocution.
3. How can statistical analysis of a dataset inform a design process?
PLEASE I NEED THIS ANSWER
Answer:
you have to think then go scratch and then calculate and the design
Explanation:
The statistical analysis of a dataset inform a design process.
What is statistical analysis?Statistical analysis is a kind of tool which helps collect and analyze large amounts of data. This is helpful to identify common patterns of dataset and make trends to convert them into meaningful information.
Designers do make use of statistical analysis of dataset in design process.
Analysis is a key part of design process. Without analysis, nothing can be done in designing process.
Learn more about statistical analysis
https://brainly.com/question/14724376
#SPJ2
Write a program to play the Card Guessing Game. Your program must give the user the following choices: - Guess only the face value of the card. - Guess only the suit of the card. - Guess both the face value and the suit of the card. Before the start of the game, create a deck of cards. Before each guess, use the function random_shuffle to randomly shuffle the deck.
how am I going to do this, I have a friend that might be able to help I will check
Create an abstract class DiscountPolicy. It should have a single abstract method computeDiscount that will return the discount for the purchase of a given number of a single item. The method has two parameters, count and itemCost. 2. Derive a class BulkDiscount from DiscountPolicy, as described in the previous exercise. It should have a constructor that has two parameters, minimum and percent. It should define the method computeDiscount so that if the quantity purchased of an item is more than minimum, the discount is percent percent. 3. Derive a class BuyNItemsGetOneFree from DiscountPolicy, as described in Exercise 1. The class should have a constructor that has a single parameter n. In addition, the class should define the method computeDiscount so that every nth item is free. For example, the following table gives the discount for the purchase of various counts of an item that costs $10, when n is 3: count 1 2 3 4 5 6 7 Discount 0 0 10 10 10 20 20
4. Derive a class CombinedDiscount from DiscountPolicy, as described in Exercise 1. It should have a constructor that has two parameters of type DiscountPolicy. It should define the method computeDiscount to return the maximum value returned by computeDiscount for each of its two private discount policies. The two discount policies are described in Exercises 2 and 3. 5. Define DiscountPolicy as an interface instead of the abstract class described in Exercise 1.
Answer:
Java Code was used to define classes in the abstract discount policy,The bulk discount, The buy items get one free and the combined discount
Explanation:
Solution
Code:
Main.java
public class Main {
public static void main(String[] args) {
BulkDiscount bd=new BulkDiscount(10,5);
BuyNItemsGetOneFree bnd=new BuyNItemsGetOneFree(5);
CombinedDiscount cd=new CombinedDiscount(bd,bnd);
System.out.println("Bulk Discount :"+bd.computeDiscount(20, 20));
System.out.println("Nth item discount :"+bnd.computeDiscount(20, 20));
System.out.println("Combined discount :"+cd.computeDiscount(20, 20));
}
}
discountPolicy.java
public abstract class DiscountPolicy
{
public abstract double computeDiscount(int count, double itemCost);
}
BulkDiscount.java
public class BulkDiscount extends DiscountPolicy
{
private double percent;
private double minimum;
public BulkDiscount(int minimum, double percent)
{
this.minimum = minimum;
this.percent = percent;
}
at Override
public double computeDiscount(int count, double itemCost)
{
if (count >= minimum)
{
return (percent/100)*(count*itemCost); //discount is total price * percentage discount
}
return 0;
}
}
BuyNItemsGetOneFree.java
public class BuyNItemsGetOneFree extends DiscountPolicy
{
private int itemNumberForFree;
public BuyNItemsGetOneFree(int n)
{
itemNumberForFree = n;
}
at Override
public double computeDiscount(int count, double itemCost)
{
if(count > itemNumberForFree)
return (count/itemNumberForFree)*itemCost;
else
return 0;
}
}
CombinedDiscount.java
public class CombinedDiscount extends DiscountPolicy
{
private DiscountPolicy first, second;
public CombinedDiscount(DiscountPolicy firstDiscount, DiscountPolicy secondDiscount)
{
first = firstDiscount;
second = secondDiscount;
}
at Override
public double computeDiscount(int count, double itemCost)
{
double firstDiscount=first.computeDiscount(count, itemCost);
double secondDiscount=second.computeDiscount(count, itemCost);
if(firstDiscount>secondDiscount){
return firstDiscount;
}else{
return secondDiscount;
}
}
}
Anyone got a pc that can run 240 fps? Around like 1,300 dollars that can run 240 fps on fortnite whoever answers and gives me a good pc I will give brainliest
Answer:
What do u need it for just gaming or for streaming and other things
electron spin resonance dating can provide dates when used on which type of material?
Electron spin resonance (ESR) dating can be used on certain types of materials, specifically those containing crystalline structures with unpaired electrons. This dating method is commonly applied to materials such as tooth enamel, mollusk shells, and quartz grains, among others. These materials contain trapped charges resulting from natural radiation exposure, which can be measured using ESR techniques.
ESR dating is particularly useful for dating geological and archaeological samples that range in age from a few thousand years to millions of years. It can provide valuable insights into the age and history of the materials, allowing scientists to understand past environments, human evolution, and geological processes.
It's important to note that ESR dating is not applicable to all types of materials and has its limitations. The suitability of a material for ESR dating depends on its composition, preservation, and the availability of suitable paramagnetic centers for analysis.
learn more about "archaeological ":- https://brainly.com/question/575997
#SPJ11
3
Select the correct answer
Which statement is true about a corporation?
A
B.
The shareholders hold no liability for the corporation's debts.
The shareholders hold limited liability for the corporation's debts.
The shareholders hold complete liability for the corporation's debts.
C.
D.
There are no shareholders in a corporation.
OE.
A single individual owns the corporation,
Which industry does a shoe manufacturer belong?
At a given temperature and injection composition, if researchers allowed each engine to carry out only one complete combustion reaction, which engine would produce more water?
a. Diesel engine
b. Gasoline engine
c. Steam engine
d. Electric engine
At a given temperature and injection composition, if researchers allowed each engine to carry out only one complete combustion reaction, Diesel engine would produce more water.So option a is correct.
A steam engine operates by boiling water to produce steam, which is then used to generate mechanical work. In this process, the water is heated to its boiling point, and upon vaporization, it expands significantly. When the steam is condensed back into water after performing work, a large amount of water is produced.
On the other hand, diesel and gasoline engines combust a mixture of fuel and air to produce energy. While water is one of the byproducts of combustion in these engines, the amount of water produced is relatively small compared to a steam engine.
Electric engines, such as electric motors, convert electrical energy into mechanical energy and do not produce water as a direct byproduct of their operation.
The steam engine would produce more water compared to the other engines listed in the given scenario.Therefore option a is correct.
To learn more about steam engine visit: https://brainly.com/question/28431818
#SPJ11
In relation to mine planning and design define scheduling
Answer:
Scheduling is a process of create a structure that shows the way a schedule is organized before developing a complete and final schedule of a project.
Explanation:
This is the initial step in of developing a project schedule for a capital cost project. At this stage, the estimates for the project are done involving the various actions in the project. A lot of details are included in this schedule showing the activities that are to be performed and the constraints involved.
Choose two other elements from the periodic table that you predict should react to form something like table salt
Please pleassssss helppp
I give branlistttttt
what process is used to remove collodal and dissolved organic matter in waste water
Answer:
Aerobic biological treatment process
Explanation:
Aerobic biological treatment process in which micro-organisms, in the presence of oxygen, metabolize organic waste matter in the water, thereby producing more micro-organisms and inorganic waste matter like CO₂, NH₃ and H₂O.
There are 10 solar panels, and the following information is about them. The solar panels are expected to produce 2250 full load hours per year, the investment cost is 172 million dollars, and it is expected that the maintenance cost is 80 $/MWh. The production from the solar panels is expected to be 0.38 $/kWh. The lifetime of the solar panels is 20 years, with a discount rate of 4%.
Calculate NPV for the investment
Calculate the IRR
The IRR for the investment is 15.56%.
To calculate the Net Present Value (NPV) for the investment, we need to determine the cash flows associated with the investment over its lifetime and discount them to present value. Here's the step-by-step calculation:
Calculate the annual revenue from the solar panels:
Annual revenue = Production per year (2250 full load hours/year) * Price per kWh (0.38 $/kWh) * Number of solar panels (10)
Annual revenue = 2250 * 0.38 * 10 = $8550
Calculate the annual maintenance cost:
Annual maintenance cost = Maintenance cost per MWh (80 $/MWh) * Production per year (2250 full load hours/year) / 1000
Annual maintenance cost = 80 * 2250 / 1000 = $180
Calculate the annual cash flow:
Annual cash flow = Annual revenue - Annual maintenance cost
Annual cash flow = $8550 - $180 = $8370
Determine the discount factor for each year:
Discount factor = 1 / (1 + Discount rate)^Year
Discount factor = 1 / (1 + 0.04)^Year
Calculate the discounted cash flow for each year:
Discounted cash flow = Annual cash flow * Discount factor
Sum up the discounted cash flows over the 20-year lifetime to calculate the NPV:
NPV = Sum of discounted cash flows - Initial investment cost
Learn more about investment here :-
https://brainly.com/question/15105766
#SPJ11
a circuit that is filled almost to its capacity and thus is the critical point that determines whether users get good or bad response times is referred to as a(n)
A circuit that is filled almost to its capacity and thus is the critical point that determines whether users get good or bad response times is referred to as a congested circuit.
A congested circuit refers to a situation where the network is experiencing congestion as a result of an overuse of the network. This can happen at any point in the network, including the router, hub, or other network equipment. When a circuit is filled almost to its capacity and thus is the critical point that determines whether users get good or bad response times, it is said to be a congested circuit.
In computer networks, congestion occurs when too many users try to use the same network resources simultaneously. When a network becomes congested, data packets start to get delayed or even lost, which can result in a slow network and poor application performance. When a circuit is congested, the response time of users is also slow as they experience delays in their network activities.A solution to this problem can be to add more capacity to the network or to manage network traffic so that it doesn't exceed the capacity of the network. Another solution is to prioritize network traffic so that critical applications get priority over non-critical applications.
Learn more about circuit here: https://brainly.com/question/2969220
#SPJ11
A mechanism is a device that transmits movements so that the output movement is different than the input movement. It can be used to change the direction, ___________, ____________, or type of movement. *
Answer:
speed, force
Explanation:
A mechanism is a device that transmits movements so that the output movement is different than the input movement. It can be used to change the direction, speed, force, or type of movement.
In engineering, mechanisms transmit motion along with force. Components that can make up a mechanism can include, but is not limited to gears, chain and sprockets, cams and their followers etc.
1.Shortcut operators are faster than the conventional arithmetic operators.
2.You can declare more than one variable in a single line.
3.You must use else after every if statement.
what is answer?
It's important to note that this speed difference is only noticeable for large programs. For small programs, the difference is negligible.
1. Shortcut operators are faster than the conventional arithmetic operators: This statement is true. Shortcut operators are faster because they combine arithmetic operations with variable assignments in a single statement. For example, instead of writing "a = a + 2", you can write "a += 2". This saves time and reduces the amount of code you need to write. However, it's important to note that this speed difference is only noticeable for large programs or when dealing with complex calculations. For small programs, the difference is negligible.
2. You can declare more than one variable in a single line: This statement is also true. In many programming languages, you can declare and initialize multiple variables on the same line. For example, instead of writing "int a; int b; int c;", you can write "int a, b, c;". This saves space and makes your code more concise. However, it's important to note that you should only do this if the variables are related and have the same data type.
3. You must use else after every if statement: This statement is false. It's not necessary to use else after every if statement. You can use if statements on their own if you don't need to execute any code if the condition is not true. However, if you need to execute code in both cases (true and false), then you should use else. It's also important to note that you can use else if to test for additional conditions if the first if statement is not true.
Learn more about programs :
https://brainly.com/question/14368396
#SPJ11
The two structural members, one of which is in tension and the other in compression, exert the indicated forces on joint o. determine the magnitude r of the resultant r of the two forces and the angle θ which r makes with the positive x axis (measured counterclockwise from the x axis).
Air flows through a pipe at a rate of 200 L/s. The pipe consists of two sections of diameters 20 cm and 10 cm with a smooth reducing section that connects them. The pressure difference between the two pipe sections is measured by a water manometer. Neglecting frictional effects, if the inlet temperature of air is at 25oC, due to the compression of the air at neck of the pipe contraction, the outlet temperature is measured at 30oC, determine the differential height of water between the two pipe sections. Take the air density at 25oC and 35oC as 1.20 kg/m3 and 1.19 kg/m3 respectively.
Answer:
To determine the differential height of water between the two sections of the pipe, we need to consider the conservation of energy and the ideal gas law.Conservation of energy:
The first law of thermodynamics states that the increase in internal energy of a system is equal to the heat added to the system, minus the work done by the system. In this case, the internal energy of the air flowing through the pipe increases as it is compressed in the neck of the pipe, causing its temperature to increase.The increase in internal energy can be expressed as:ΔU = Q - Wwhere ΔU is the change in internal energy, Q is the heat added to the system, and W is the work done by the system.Ideal gas law:
The ideal gas law states that the pressure of an ideal gas is directly proportional to its temperature and inversely proportional to its volume. This can be expressed as:PV = nRTwhere P is the pressure, V is the volume, n is the number of moles of gas, R is the universal gas constant, and T is the temperature.Solution:
To determine the differential height of water between the two sections of the pipe, we need to use the conservation of energy and the ideal gas law to relate the pressure difference between the two sections to the temperature difference and the flow rate of the air.First, let's convert the flow rate of the air from liters per second to cubic meters per second:200 L/s = 0.2 m3/sNext, we can use the ideal gas law to express the pressure difference between the two sections in terms of the temperature difference and the flow rate:ΔP = (nRT1 - nRT2)/V = (1.20 kg/m3 * 8.31 J/(molK) * 298 K - 1.19 kg/m3 * 8.31 J/(molK) * 303 K)/(0.2 m3/s)ΔP = -27.7 PaFinally, we can use the conservation of energy to express the differential height of water in terms of the pressure difference and the flow rate:Δh = ΔP/ρg = (-27.7 Pa)/(1000 kg/m3 * 9.81 m/s2) = -0.28 mTherefore, the differential height of water between the two sections of the pipe is -0.28 m.Note that the negative sign indicates that the pressure is lower in the second section of the pipe, which is consistent with the fact that the temperature is higher and the volume is lower in this section.
Explanation:
True or False: Conditions, like the number of times repeated, are used to end a [Repeat] block.
Answer:
True. needa type in 20 more letters
Explanation:
ye.
Vapor lock occurs when the gasoline is cooled and forms a gel, preventing fuel flow and
engine operation. TRUE or FALSE
Answer:
True
Explanation:
The following true stresses produce the corresponding true plastic strains for a brass alloy: True Stress (psi) True Strain 49300 0.11 61300 0.21 What true stress is necessary to produce a true plastic strain of 0.25
Answer:
64640.92 psi
Explanation:
True stress ( psi ) True strain
49300 0.11
61300 0.21
Determine the true stress necessary to produce a true plastic strain of 0.25
бT1 = 49300
бT2 = 61300
бT3 = ?
∈T1 = 0.11
∈T2 = 0.21
∈T3 = 0.25
note : бTi = k ∈Ti^h
∴ 49300 = k ( 0.11 )^h ----- ( 1 )
61300 = k ( 0.21)^h ------ ( 2 )
solving equations 1 and 2 simultaneously
49300/61300 = ( 0.11 / 0.21 )^h
0.804 = (0.52 )^h
next step : apply logarithm
log ( 0.804 ) = log(0.52)^h
h = log 0.804 / log (0.52)
= 0.33
back to equation 1
49300 = k ( 0.11 )^0.33
k = 49300 / (0.11)^0.33
= 102138
therefore бT3 = K (0.25)^h
= 102138 ( 0.25 )^ 0.33
= 64640.92
when using recovery equipment manufactured before november 15, 1993 you must evacuate a low pressure chiller to what level before making a major repair:______
The correct answer is According to the EPA (Environmental Protection Agency) regulations, if the recovery equipment was manufactured before November 15, 1993, the low pressure chiller must be evacuated to 1 mm Hg absolute pressure or lower before making a major repair.
This is to ensure that all the refrigerant has been removed from the system before any repair work is done to prevent it from escaping into the atmosphere. For recovery equipment manufactured after November 15, 1993, the required evacuation level is 10 mm Hg absolute pressure or lower.I suggest referring to the manufacturer's documentation or relevant industry standards for detailed instructions on the evacuation process and recommended vacuum levels for maintenance and repair. It is important to follow appropriate safety procedures and guidelines to ensure proper maintenance and prevent accidents.
To learn more about pressure click the link below:
brainly.com/question/10035018
#SPJ11
pls help me it’s due today
Answer:
C. 14.55
Explanation:
12 x 10 = 120
120 divded by 10 is 12
so now we do the left side
7 x 3 = 21 divded by 10 is 2
so now we have 14
and the remaning area is 0.55
so 14.55