4 $30 can be exchanged for 170 Egyptian pounds.
How many Egyptian pounds would you get for $12?

Answers

Answer 1

Answer:

68 Egyptian

Step-by-step explanation:

$30=170 Egyptian

x Egyptian=$12

using by chain rule,

170*12/30

68 egyptian


Related Questions

Q1. Explain RSA Algorithm with an example. Q2. Give an example of Diffie Hellman Algorithm. Q3. Explain briefly the commpoents of a Virus Q4. Differentiate between Trojans, Worms, Keylogger and Spyware Q5. What is Kerberos and how it works?

Answers

Q2. Key Generation: - Agree on a prime number, such as p = 23, and a primitive root modulo p, such as g = 5.

Q4. These distinctions generally aid in distinguishing the key traits and behaviours of these different kinds of malware, notwithstanding the possibility of overlaps and variants.

Q5. Kerberos helps prevent impersonation, eavesdropping, and unauthorised access by offering mutual authentication and secure ticket-based permission.

The RSA algorithm, so named in honour of its creators Ron Rivest, Adi Shamir, and Leonard Adleman, is a commonly used encryption and decryption technique.

1. Key Generation:

  - Choose two distinct prime numbers, p and q (e.g., p = 11 and q = 13).

  - Compute the modulus, n, by multiplying p and q (e.g., n = 143).

  - Compute Euler's totient function, φ(n), where φ(n) = (p-1) * (q-1) (e.g., φ(143) = 120).

  - Choose an integer e (public exponent) that is coprime with φ(n) and less than φ(n) (e.g., e = 7).

  Public Key: (e, n) = (7, 143)

  - Compute the private exponent d, such that (d * e) % φ(n) = 1 (e.g., d = 103).

  Private Key: (d, n) = (103, 143)

2. Encryption:

  Let's say we want to encrypt the message "8" using the public key.

  - Convert the message to its numerical representation (e.g., "8" -> 8).

  - Apply the encryption formula: ciphertext = (plaintext^e) % n (e.g., ciphertext = (8^7) % 143 = 112).

  The encrypted message (ciphertext) is 112.

3. Decryption:

  The encrypted message is received and needs to be decrypted using the private key.

  - Apply the decryption formula: plaintext = (ciphertext^d) % n (e.g., plaintext = (112^103) % 143 = 8).

  The decrypted message is "8," which is the original plaintext.

Q2. Diffie-Hellman Algorithm example:

The Diffie-Hellman key exchange algorithm allows two parties to establish a shared secret key over an insecure channel without prior communication.

1. Key Generation:

  - Agree on a prime number, such as p = 23, and a primitive root modulo p, such as g = 5.

2. Key Exchange:

  Let's assume two parties, Alice and Bob, want to establish a shared secret key.

  - Alice chooses a secret number, a = 6, and calculates A = g^a % p (A = 5^6 % 23 = 8).

  - Bob chooses a secret number, b = 15, and calculates B = g^b % p (B = 5^15 % 23 = 19).

  - Alice and Bob exchange their calculated values A and B.

3. Secret Key Calculation:

  - Alice calculates the shared secret key using Bob's value: secret_key = B^a % p (secret_key = 19^6 % 23 = 2).

  - Bob calculates the shared secret key using Alice's value: secret_key = A^b % p (secret_key = 8^15 % 23 = 2).

  Both Alice and Bob now have the same shared secret key, which they can use for secure communication.

The Diffie-Hellman algorithm relies on the computational difficulty of calculating discrete logarithms to derive the shared secret, ensuring secure key exchange.

Q3. Components of a Virus:

Viruses are malicious

1. Infection Mechanism: A virus must have a method of spreading to other files or computer systems.

2. Payload: The virus's malicious code or behaviour is known as the payload. It can involve everything from merely showing a warning to corrupting or altering files, stealing data, or impairing system performance.

3. The method by which viruses replicate and spread. Within infected files or across networks, they might contain code or replication mechanisms.

4. Disguise Methods: Viruses frequently employ disguise methods to evade detection and eradication by antivirus software.

5. Activation Trigger: Viruses are typically designed to activate at a specific event or condition.

Q4: How are Trojans, Worms, Keyloggers, and Spyware different?

- Trojans: Trojans are dishonest software applications that pose as trustworthy applications in order to deceive users into executing or installing them.

- Worms: Self-replicating malware that spreads uninhibitedly throughout systems or networks.

Keyloggers are applications created to monitor and record keystrokes on a compromised machine.

- Spyware: Malicious software that secretly tracks and gathers data about a user's activity is known as spyware.

Q5. Kerberos and how it functions:

1. Authentication Request: The user submits an authentication request to the client application by supplying their credentials (username and password).

2. The TGT (Ticket Granting Ticket)

  - The client submits the authentication request to the trusted Kerberos authority, the Key Distribution Centre (KDC).

3. Service Ticket: - The customer presents the TGT to the KDC and asks for a Service Ticket for the service they wish to access.

4. Service Authentication: The customer shows the service ticket to the required service.

5. Ticket Renewal: The client can ask the KDC for a TGT renewal without re-authenticating if their TGT expires while their session with the service is still active.

Learn more about Diffie-Hellman algorithm here:

https://brainly.com/question/32422218

#SPJ11

How many degrees of freedom are there for the atmospheric air? 1 Mark Q2. Show that (1), = (v.) = V T How the above relation simplifies for an ideal gas?

Answers

The atmospheric air has three degrees of freedom.

To show that (1), = (v.) = V T, let's break down the equation step by step:

1. (1), represents the number of degrees of freedom for a gas molecule.
2. (v.) represents the average velocity of the gas molecules.
3. V represents the volume of the gas.
4. T represents the temperature of the gas in Kelvin.

For an ideal gas, the equation simplifies even further. In an ideal gas, the gas molecules do not interact with each other and occupy no volume.

Therefore, the volume (V) can be considered negligible, and the equation becomes:

1. (1), = (v.) = T.

So, for an ideal gas, the degrees of freedom (1), are equal to the average velocity (v.) and directly proportional to the temperature (T).


To know more about degrees of freedom :

https://brainly.com/question/32093315

#SPJ11

The properties of map projections are:
1.case, perspective, aspect2.case, conformality, azimuthality
3.equivalence, conformality, azimuthality, equidistance4.equidistance, perspective, aspect, conformality

Answers

Map projections preserve equivalence, conformality, azimuthality , and equidistance, representing three-dimensional curved earth on a flat surface, preserving relative areas, shapes, directions, and distances.

The properties of map projections are: 3.equivalence, conformality, azimuthality, equidistance A map projection is a method of projecting a globe's spherical surface onto a flat surface.

The properties of a map projection are the four types of mapping techniques used to depict a three-dimensional curved earth on a two-dimensional flat surface. The properties of map projections are:

Equivalence: It's the preservation of relative areas of features on the Earth's surface. Conformality: It's the preservation of shapes of small features.

Azimuthal: It's the preservation of directions between any two points. Equidistance: It's the preservation of distances between any two points on the Earth's surface. Thus, the correct option among the given options is 3. Equivalence, conformality, azimuthality, equidistance.

To know more about Map projections Visit:

https://brainly.com/question/17818991

#SPJ11

A 1 m diameter pipe 1400 m long. Q = 600 L/s Compute head loss if n = 0.015

Answers

Head loss due to friction in diameter of the pipe when water is flowing at the velocity is 1.5m. According to the Darcy's friction f is 0.02 and acceleration due to the gravity is 10 m/s².

Head loss due to the friction's formula can be written as:

h = [tex]\frac{f L v^{2} }{2 gd}[/tex]

where, d is diameter of the pipe,

f is the friction factor,

L is the length of the pipe,

and v here defines the velocity of the pipe

now, h = 0.02 × 1500 × 1² / 2 × 10 ×1

h = 1.5 m.

hence, the head loss of friction in pipe is 1.5m.

To learn more about diameter :

https://brainly.com/question/30460318

#SPJ4

The question is -

The head loss due to friction in pipe of 1 m diameter and 1.5 km long when water is flowing with a velocity of 1 m/s² is

Find the value of x
0.03
16.2
34.8
38.5

Answers

The measure of side length x in the right triangle is approximately 38.5.

What is the numerical value of x?

The figure in the image is a right triangle with one of its interior angle at 90 degrees.

Angle A = 33 degree

Adjacent to angle A = x

Opposite to angle A = 25

To solve for the missing side length x, we use the trigonometric ratio.

Note that: tangent = opposite / adjacent

Hence:

tan( A ) = opposite / adjacent

Plug in the given values and solve for x:

tan( 33° ) = 25 / x

Cross multiplying, we get:

tan( 33° ) × x = 25

x = 25 / tan( 33° )

x = 38.5

Therefore, the value of x is 38.5.

Option D) 38.5 is the correct answer.

Learn more about trigonometric ratio here: brainly.com/question/28016662

#SPJ1

A concrete motor viaduct is to be built over a series of
concrete piers standing well above a flat plain. Suggest a suitable
construction method for the viaduct project with its method
statement

Answers

To summarize, first piers and columns will be constructed, followed by a precast segmental construction method for the superstructure. This will result in a strong and durable concrete motor viaduct.

For a concrete motor viaduct to be built over a series of concrete piers standing well above a flat plain, a suitable construction method for the viaduct project is to be suggested with its method statement.

First of all, preparation of the site will be completed to ensure a flat, stable, and smooth base for piers and columns. Earthworks, excavation, and filling will be performed to achieve this.

Afterwards, the construction of piers will be initiated. The formwork system will be installed, and then reinforcement will be placed according to the construction design. Concreting will be done in layers so that the concrete is completely consolidated, and then, curing and formwork removal will follow.

Afterward, a precast segmental construction method can be used for the viaduct superstructure. This will involve the installation of launching girders between the piers, followed by the placement of precast concrete segments.

Finally, grouting, jointing, and casting will be done between segments to provide continuity and rigidity to the structure.To summarize, first piers and columns will be constructed, followed by a precast segmental construction method for the superstructure. This will result in a strong and durable concrete motor viaduct.

To know more about superstructure visit:

https://brainly.com/question/31606872

#SPJ11

The short sides of a parallelogram are both 12.0 cm. The acute angles of the parallelogram are 65°, and the short diagonal is 15.0 cm. Determine the length of the long sides of the parallelogram. Round your answer to the nearest tenth of a centimetre.

Answers

Answer:

  15.4 cm

Step-by-step explanation:

You want the long side of a parallelogram with short side 12 cm, short diagonal 15 cm, and acute angle 65°.

Law of sines

The law of sines can be used to find long side 'b' from short side 'a' and short diagonal 'd'. But first, we need to know the angle B opposite the long side in the triangle with sides a, b, d.

Angle A

Angle B can be found using the angle sum theorem if we can find the measure of acute angle A opposite side 'a'. The law of sines helps here:

  sin(A)/a = sin(65°)/d

  A = arcsin(a/d·sin(65°)) = arcsin(12/15·sin(65°)) ≈ 46.473°.

  B = 180° -65° -46.473° ≈ 68.527°

Long side

Finally, side 'b' is found from the relation ...

  b/sin(B) = d/sin(65°)

  b = 15·sin(68.527°)/sin(65°) ≈ 15.402

The length of the long side of the parallelogram is about 15.4 cm.

<95141404393>

Explain the following questions briefly 1. Write the advantage of underground reservoir development over surface water development? 3pts

Answers

underground reservoir development can provide a cost-effective, efficient, and environmentally friendly way to store and manage water resources.

Underground reservoir development offers several advantages over surface water development. One of the main benefits of underground reservoir development is that it helps to conserve surface water resources.

Additionally, underground reservoirs are often less expensive to construct and maintain than surface water storage facilities. This is because underground reservoirs are typically less susceptible to evaporation and contamination than surface water storage facilities.

Underground reservoirs can also be used to store water during periods of high rainfall, which can help to prevent flooding and water damage. Furthermore, underground reservoirs can be used to improve the quality of water by filtering out impurities and contaminants.

This is especially important in areas where water sources are limited or contaminated. Underground reservoirs also have the advantage of being less visible than surface water storage facilities. This can be important in areas where land use is restricted or where aesthetics are important.

Overall,

To know more about development visit:

https://brainly.com/question/28011228

#SPJ11

Q4: From the following data, determine 4H for diborane, B₂H,(g), at 298K: (1) H₂(g)+Cl₂(g)-2HCl(g) A,H-184.62 kJ mol-¹ (2) H₂(g) + O₂(g) 2H₂O(g) A,H-483.64 kJ mol-1 (3) 4 HCl(g)+O₂(g) →2Cl₂(g)+2H₂O(g)

Answers

The value of 4H for diborane (B2H6) at 298K is -2.29 kJ/Kmol.

To determine 4H for diborane, B2H6(g) at 298 K, we need to use the data given below.

Here, we will find out the heat of reaction of the given chemical reaction, then using it we will calculate the heat of formation of diborane (B2H6).

The given data is as follows:

H2(g) + Cl2(g) ⟶ 2HCl(g) ΔH = -184.62 kJ/mol

H2(g) + 1/2 O2(g) ⟶ H2O(g)

ΔH = -483.64 kJ/mol

4HCl(g) + O2(g) ⟶ 2Cl2(g) + 2H2O(g)

We can write the chemical equation for the formation of diborane as:

2B(s) + 3H2(g) ⟶ B2H6(g)

The heat of formation of diborane can be calculated using the equation below:

ΔHf° [B2H6(g)] = 1/2 [ 2ΔHf° [B(s)] + 3ΔHf° [H2(g)] - ΔHf° [B2H6(g)]]

Putting the values in the above equation, we get:

ΔHf° [B2H6(g)] = 1/2 [2(0) + 3(0) - ΔHf° [B2H6(g)]]

So, ΔHf° [B2H6(g)] =  - 1/2 ΔHf° [B2H6(g)]

Similarly, we can write the chemical equation for the given reaction as:

2H2(g) + B2H6(g) ⟶ 6H(g) + 2B(s)

The heat of reaction (ΔHr°) can be calculated using the following equation:

ΔHr° = ∑nΔHf° (products) - ∑mΔHf° (reactants)

Where, m and n are the stoichiometric coefficients of the reactants and products, respectively.

Putting the values in the above equation, we get:

ΔHr° = [6(-285.83) + 2(0)] - [2(0) + 1(-36.37)]

So, ΔHr° = -1714.34 kJ/mol

Now, we can find 4H for diborane at 298K as follows:

ΔHr° = ∆Hf° [B2H6(g)] + 3/2 ΔHf° [H2(g)] - 4H4H

= [ΔHr° - ∆Hf° [B2H6(g)]] / [3/2 × ΔHf° [H2(g)]]

= [-1714.34 - (-53.39)] / [3/2 × (-483.64)]

= [1660.95] / [(-725.46)]

= -2.29kJ/Kmol

∴ The value of 4H for diborane (B2H6) at 298K is -2.29 kJ/Kmol.

To know more about stoichiometric visit :

brainly.com/question/32563206

#SPJ11

MULTIPLE CHOICE Which of the following compounds would give a positive Tollens' test? A) 1-propanol B) 2-propanone C) propanoic acid D) propanal E) phenol A B C D E

Answers

Tollens' test is used to distinguish between aldehydes and ketones. The positive Tollens' test is due to the formation of silver mirror when Tollens' reagent is added to an aldehyde.

Therefore, the correct answer is D) propanal.

Propanal is an aldehyde because it has a carbonyl functional group at the end of its carbon chain. This carbonyl functional group is what gives propanal the ability to give a positive Tollens' test.In the Tollens' test.

Tollens' reagent, which contains silver ions in an alkaline solution, reacts with the carbonyl functional group of the propanal to reduce the silver ions to metallic silver. The metallic silver forms a silver mirror on the inner surface of the test tube, indicating the presence of aldehydes.

To know more about ketones visit :

https://brainly.com/question/30167255

#SPJ11

Q1. Evaluate all the resources recovery and disposal options using triple bottom line approach Q2. Identify and quantify the likely amounts of hazardous waste that may be generated from households

Answers

In this scenario, we are presented with two questions. The first question asks us to evaluate all the resources recovery and disposal options using a triple bottom line approach. The second question asks us to identify and quantify the likely amounts of hazardous waste that may be generated from households.

1. Evaluating resources recovery and disposal options using a triple bottom line approach: The triple bottom line approach takes into account three aspects: economic, environmental, and social. When evaluating resources recovery and disposal options, we need to consider their economic viability, environmental impact, and social acceptability.

This involves assessing factors such as cost-effectiveness, resource conservation, pollution prevention, energy efficiency, social equity, and stakeholder engagement. By considering all three dimensions, we can make informed decisions that balance economic, environmental, and social considerations.

2. Identifying and quantifying hazardous waste from households: To identify and quantify hazardous waste generated from households, we need to consider the types of products commonly used at home, such as cleaning agents, pesticides, batteries, electronics, and pharmaceuticals. These products may contain hazardous substances that require special handling and disposal.

Quantifying the amounts of hazardous waste generated can be done by estimating the usage and disposal patterns of these products, as well as considering demographic factors and waste generation rates. This information can help in designing appropriate waste management systems, implementing recycling programs, and promoting awareness and education regarding proper disposal practices.

By evaluating resources recovery and disposal options using a triple bottom-line approach, we can ensure that our decisions consider economic, environmental, and social factors. This holistic approach promotes sustainable and responsible practices.

Identifying and quantifying hazardous waste generated from households is crucial for developing effective waste management strategies. It allows us to address potential risks associated with hazardous substances, implement proper disposal methods, and promote responsible consumer behavior. By considering both questions, we can contribute to a more sustainable and environmentally conscious society while safeguarding public health and well-being.

Learn more about resources recovery visit:

https://brainly.com/question/943779

#SPJ11

Let x = (-2, 3a²), y = (-a, 1) and z = (3-a,-1) be vectors in R². Find the value(s) of a such that y and z are parallel. b] Find the value(s) of a such that x and y are orthogonal.

Answers

To find the values of a such that x and y are orthogonal, we need to calculate their dot product: x ⋅ y = (-2)×(-a) + 3a²×1 = 2a + 3a² .We want this dot product to be equal to zero:2a + 3a² = 0a(2 + 3a) = 0

Either a = 0 or 2 + 3a = 0 ⇒ a = -2/3

Therefore, the values of a that make x and y orthogonal are 0 and -2/3.

a. Let x

= (-2, 3a²), y

= (-a, 1) and z

= (3-a,-1) be vectors in R².

Find the value(s) of a such that y and z are parallel.

Two vectors are parallel if one is a multiple of the other.

Therefore, to find the values of a such that y and z are parallel, we need to check if they are multiples of each other. We can do this by comparing their components.

We can see that:-

a / (3 - a)

= 1 / -1

The cross-multiplication of the above equation is:

-a × -1

= (3 - a) × 1

Simplifying the equation gives: a = 2

Therefore, the value of a that makes y and z parallel is

2.b. Let x

= (-2, 3a²), y

= (-a, 1) and z

= (3-a,-1) be vectors in R².

Find the value(s) of a such that x and y are orthogonal.Two vectors are orthogonal if their dot product is equal to zero. To find the values of a such that x and y are orthogonal, we need to calculate their dot product:

x ⋅ y = (-2)×(-a) + 3a²×1

= 2a + 3a²

We want this dot product to be equal to zero:

2a + 3a²

= 0a(2 + 3a)

= 0

Either a

= 0 or 2 + 3a

= 0 ⇒ a

= -2/3

Therefore, the values of a that make x and y orthogonal are 0 and -2/3.

To know more about orthogonal visit:

https://brainly.com/question/32196772

#SPJ11

A large wastewater treatment facility, with an average flow of 220 MGD, has an average influent SO42- concentration of 400 mg/L as SO42-. The wastewater treatment facility has a large-scale biological odor control station at its headworks, with foul air treatment capacity of 180,000 cfm. The average H2S (in gas phase) concentration in the odor control station's inlet air stream is 200 PPMy/v. Please answer the following

Answers

The large wastewater treatment facility has an average flow of 220 million gallons per day (MGD). The average influent concentration of sulfate ions (SO42-) in the wastewater is 400 milligrams per liter (mg/L) as SO42-.

The facility has a biological odor control station at its headworks, which can treat foul air. The station has a treatment capacity of 180,000 cubic feet per minute (cfm). The average concentration of hydrogen sulfide (H2S) in the inlet air stream of the odor control station is 200 parts per million by volume (PPMv).

To better understand the question, let's break it down:

1. Average Flow: The wastewater treatment facility processes an average of 220 MGD. This means that, on average, 220 million gallons of wastewater pass through the facility every day.

2. Influent SO42- Concentration: The average concentration of sulfate ions (SO42-) in the influent wastewater is 400 mg/L as SO42-. This indicates the amount of sulfate ions present in each liter of wastewater entering the facility.

3. Foul Air Treatment Capacity: The odor control station at the headworks of the facility has a treatment capacity of 180,000 cfm. This means it can treat and process up to 180,000 cubic feet of foul air per minute.

4. H2S Concentration in Inlet Air Stream: The average concentration of hydrogen sulfide (H2S) in the inlet air stream of the odor control station is 200 PPMv. This indicates the amount of H2S gas present in each million parts of air entering the station.

In summary, the large wastewater treatment facility has an average flow rate of 220 MGD and an influent sulfate ion concentration of 400 mg/L as SO42-. The biological odor control station at the headworks can treat up to 180,000 cfm of foul air, and the average concentration of H2S in the inlet air stream is 200 PPMv.

To know more about wastewater treatment :

https://brainly.com/question/31158950

#SPJ11

Obtain Y(t) for the differential equation below. Use the method of Laplace transforms and partial fractions expansion. The forcing function is X(t)-u (t - 8). 16 d'y(t) dy(1) +4 +0.25y(t) 1.5x(1)-9 dt

Answers

The solution Y(t) for the given differential equation using Laplace transforms and partial fractions expansion is Y(t) = (-1/2)e^(-t/4) + (1/8)te^(-t/4).

To obtain Y(t) for the given differential equation using Laplace transforms and partial fraction expansion, let's break down the solution into several steps.

The given differential equation is:

16 d²y(t)/dt² + 4 dy(t)/dt + 0.25y(t) = 1.5x(1) - 9

First, we take the Laplace transform of both sides of the equation. Recall that the Laplace transform of the derivative of a function is given by:

L{d^n(f(t))/dt^n} = s^nF(s) - s^(n-1)f(0) - s^(n-2)f'(0) - ... - f^(n-1)(0)

Using this property, the Laplace transform of the left-hand side of the equation becomes:

16[s²Y(s) - s*y(0) - y'(0)] + 4[sY(s) - y(0)] + 0.25Y(s)

Applying the initial conditions y(0) and y'(0), the equation becomes:

16s²Y(s) - 16sy(0) - 16y'(0) + 4sY(s) - 4y(0) + 0.25Y(s) = 1.5X(1) - 9

Next, we'll take the Laplace transform of the forcing function X(t) - u(t - 8), where u(t) is the unit step function. The Laplace transform of X(t) is denoted as X(s), and the Laplace transform of u(t - 8) is given by e^(-8s)/s.

Substituting these transforms into the equation, we get:

(16s² + 4s + 0.25)Y(s) - (16sy(0) + 4y(0) - 16y'(0)) = 1.5X(1) - 9 + e^(-8s)/s

To isolate Y(s), we rearrange the equation:

Y(s) = (1.5X(1) - 9 + e^(-8s)/s + 16sy(0) + 4y(0) - 16y'(0)) / (16s² + 4s + 0.25)

Next, we need to decompose the rational function in the denominator into partial fractions. The denominator can be factored as (4s + 1)².

The partial fraction expansion is as follows:

Y(s) = (A / (4s + 1)) + (B / (4s + 1)²)

Multiplying through by the denominator and equating coefficients, we can solve for the values of A and B. Let's assume A and B as the unknowns and solve for them.

Upon solving for A and B, we get:

A = -1/2

B = 1/8

Substituting these values back into the partial fraction expansion:

Y(s) = (-1/2) / (4s + 1) + (1/8) / (4s + 1)²

Finally, we take the inverse Laplace transform of Y(s) to obtain the solution Y(t):

Y(t) = (-1/2)e^(-t/4) + (1/8)te^(-t/4)

Therefore, the solution Y(t) for the given differential equation using Laplace transforms and partial fractions expansion is Y(t) = (-1/2)e^(-t/4) + (1/8)te^(-t/4).

To learn more about Laplace transforms visit : https://brainly.com/question/29583725

#SPJ11

Freeport-McMoRan Copper and Gold has purchased a new ore grading unit for $80,000. The unit has an anticipated life of 10 years and a salvage value of $10,000. Use the DB and DDB methods to compare the schedule of depreciation and book values for each year

Answers

The depreciation expense of the book value for 10 years with SL method is $7,000.

Straight-Line Method (SL):

The Straight-Line Method is the most basic method and is computed by subtracting the salvage value from the original cost and dividing it by the expected useful life, plus one.

Using this method, the depreciation expense for each year is calculated as:

Depreciation Expense = (Cost - Salvage Value)/(Lifespan + 1)

For this example, the depreciation expense for each year would be calculated as:

Depreciation Expense = ($80,000 - $10,000)/(10 + 1) = $7,000

The schedule of depreciation and book value for each year would look like this:

Year Depreciation        Book Value

1             $7,000  $73,000

2             $7,000  $66,000

3             $7,000  $59,000

4             $7,000  $52,000

5             $7,000  $45,000

6             $7,000  $38,000

7             $7,000  $31,000

8             $7,000  $24,000

9             $7,000  $17,000

10             $7,000  $10,000

Sum-of-the-Years'-Digits Method (SOYD):

The Sum-of-the-Years'-Digits Method (SOYD) is another popular method of depreciation. It is computed by multiplying the asset’s original cost by the sum of the digits of the useful life and subtracting the salvage value.

Using this method, the depreciation expense for each year is calculated as:

Depreciation Expense = N×(Cost - Salvage Value)/(1+2+3+4+ … + N)

For this example, the depreciation expense for each year would be calculated as:

Depreciation Expense = N×($80,000 - $10,000)/(1+2+3+4+ … +10)

The schedule of depreciation and book value for each year would look like this:

Year Depreciation       Book Value

1     $12,819        $67,181

2     $11,301         $55,880

3     $9,784         $46,096

4     $8,266         $37,830

5     $6,749         $30,581

6     $5,231         $24,350

7     $3,714         $19,136

8     $2,196         $14,940

9     $676         $14,264

10     $138         $14,126

Double-Declining Balance Method (DDB):

The Double-Declining Balance Method is a more aggressive approach and is calculated by multiplying the asset’s book value at the start of the year by twice the applicable straight-line rate.

Using this method, the depreciation expense for each year is calculated as:

Depreciation Expense = Book Value ×(2 × Straight-Line Rate)

For this example, the depreciation expense for each year would be calculated as:

Depreciation Expense = Book Value × (2×7,000/80,000)

The schedule of depreciation and book value for each year would look like this:

Year Depreciation   Book Value

1            $14,000           $66,000

2            $11,520           $54,480

3            $8,768            $45,712

4            $5,824            $39,888

5            $3,664            $36,224

6            $1,408            $34,816

7               $0            $34,816

8               $0            $34,816

9               $0            $34,816

10               $0            $34,816

Declining Balance Method (DB):

The Declining Balance Method is a less aggressive approach and is calculated by multiplying the asset’s book value at the start of the year by the applicable straight-line rate.

Using this method, the depreciation expense for each year is calculated as:

Depreciation Expense = Book Value × (Straight-Line Rate)

For this example, the depreciation expense for each year would be calculated as:

Depreciation Expense = Book Value × (7,000/80,000)

The schedule of depreciation and book value for each year would look like this:

Year Depreciation    Book Value

1             $7,000            $73,000

2            $6,024                $66,976

3            $4,914                    $61,062

4            $3,770                $57,292

5            $2,597             $54,695

6            $1,398             $53,297

7              $0             $53,297

8              $0             $53,297

9              $0             $53,297

10              $0             $53,297

Therefore, the depreciation expense of the book value for 10 years with SL method is $7,000.

Learn more about the depreciation expense here:

https://brainly.com/question/17440027.

#SPJ4

Which of the following does not affect the rate of a reaction? a.Temperature b.Concentration of reactants c.Change in free energy (ΔG) d.The presence of a catalyst

Answers

c). Change in free energy (ΔG). is the correct option. The change in free energy (ΔG) does not affect the rate of a reaction. It is true when talking about a reaction.

ΔG provides information about the extent of a reaction, i.e., whether it is favorable or unfavorable. A reaction's energy can be calculated using the change in free energy. The Gibbs free energy equation is used to calculate the free energy of a reaction (ΔG). It is a function of temperature, pressure, and entropy. It's defined by the equation ΔG = ΔH - TΔS Where ΔH is the difference in enthalpy, T is the temperature in kelvins, and ΔS is the difference in entropy.

Temperature influences the rate of a reaction because it affects the rate of collisions between the reacting molecules, which causes the reaction to speed up.Concentration of reactants influences the rate of a reaction by increasing the likelihood of collisions between reacting molecules. Increasing the concentration of reactants increases the number of molecules present and leads to more successful collisions.

To know more about rate of a reaction visit:
brainly.com/question/32470674

#SPJ11

If a shell and tube process heater is to be selected instead of double pipe heat exchanger to heat the water ( Pwater = 1000 kg / m³ , Cp = 4180 J / kg . ° C ) from 20 ° C to 90 ° C by waste dyeing water on the shell side from 80 ° C to 25 ° C . The heat trader load of the heater is 600 kW . If the inner diameter of the tubes is 1 cm and the velocity of water is not to exceed 3 m / s , determine how many tubes need to be used in the hea exchanger .

Answers

We would need at least 1 tube in the heat exchanger.

To determine the number of tubes needed in the shell and tube process heater, we can use the equation for heat transfer:

Q = m * Cp * ΔT

Where:
Q is the heat transfer rate (600 kW)
m is the mass flow rate of water
Cp is the specific heat capacity of water (4180 J/kg.°C)
ΔT is the temperature difference (90°C - 20°C = 70°C)

First, we need to calculate the mass flow rate of water:

m = Q / (Cp * ΔT)
m = 600000 / (4180 * 70)
m ≈ 2.32 kg/s

Next, we need to calculate the cross-sectional area of a single tube using the inner diameter:

A = π * (d/2)^2
A = π * (0.01/2)^2
A ≈ 0.0000785 m^2

To find the velocity of water, we can use the equation:

V = m / (ρ * A)

Where:
V is the velocity of water
ρ is the density of water (1000 kg/m³)

V = 2.32 / (1000 * 0.0000785)
V ≈ 29.55 m/s

Since the velocity of water should not exceed 3 m/s, we need to reduce the number of tubes to achieve this. We can calculate the new cross-sectional area of a single tube using the desired velocity:

A' = m / (ρ * V)
A' = 2.32 / (1000 * 3)
A' ≈ 0.000773 m^2

Now, we can calculate the new number of tubes needed:

Number of tubes = Total cross-sectional area / New cross-sectional area
Number of tubes = Total cross-sectional area / (π * (d/2)^2)
Number of tubes = 0.0000785 / 0.000773
Number of tubes ≈ 0.101 tubes

Since we cannot have a fraction of a tube, we would need to round up to the nearest whole number. Therefore, we would need at least 1 tube in the heat exchanger.

Know more about heat exchanger:

https://brainly.com/question/12973101

#SPJ11

A 120 mL sample of 0.404 M HNO3 is diluted to 499 mL. What is the molarity of the resulting solution? M

Answers

The molarity of the resulting solution is 0.097 M or approximately 0.0965 M when rounded to four significant figures.

To determine the molarity of the resulting solution, we can use the formula:

M1V1 = M2V2

Where:

M1 = initial molarity of the solution

V1 = initial volume of the solution

M2 = final molarity of the solution

V2 = final volume of the solution

M1 = 0.404 M (initial molarity)

V1 = 120 mL (initial volume)

V2 = 499 mL (final volume)

Using the formula, we can rearrange it to solve for M2:

M2 = (M1 * V1) / V2

Substituting the given values, we have:

M2 = (0.404 M * 120 mL) / 499 mL

   = (0.04848 mol) / 0.499 L

   = 0.097 M

Therefore, the molarity of the resulting solution is 0.097 M or approximately 0.0965 M when rounded to four significant figures.

Learn more about Molarity

brainly.com/question/31545539

#SPJ11

Which of these expressions is equivalent to 30b2?

A 3b + 10b

B 3b. 10b

c9b +21b

D 9b21b

Answers

Answer:

B) 3b. 10b

Step-by-step explanation:

B) 3b. 10b = (3x10)(bxb) = 30b²

what is z?
If density is 6gr cm^3
recorded mass= 1.9mg
Given dimensions 4.8mm*4.92mm

Answers

What is z ?

z a numerical measurement that describes a value's relationship to the mean of a group of values.

To find the volume, we can use the formula:

Volume = Mass / Density

First, let's convert the recorded mass from milligrams (mg) to grams (g) since the density is given in grams per cubic centimeter (g/cm^3). There are 1,000 milligrams in a gram, so 1.9 mg is equal to 0.0019 g.

Now, we can calculate the volume:

Volume = 0.0019 g / 6 g/cm^3

To proceed further, we need to determine the dimensions of the object. You mentioned the dimensions as 4.8 mm * 4.92 mm, but we need the height (or thickness) of the object as well. Could you please provide the height or any additional information about the object?

To know more about density:

https://brainly.com/question/1354972

#SPJ11

x³ 32x5y³
O 4x³2x²y³
O 2x42xy³
O 2x² √4xy³
O 2x¹y√4xy³

Answers

The simplified expression for x³ - 32x⁵y³ is 2x³y²√y. The correct answer is O 2x³y²√y.

The expression x³ 32x5y³ can be simplified as follows:

Factor out x³ from the expression: x³(1 32x²y³)

Now factor the expression inside the parentheses as the difference of cubes:

1 32x²y³ = (1³ (2xy)³) = (1 2xy)(1² (2xy)² 2xy) = (1 2xy)(4x4y)

Substitute this expression back into the simplified form of the original expression: x³(1 32x²y³) = x³(1 2xy)(4x4y) = (x 2y)(2x²y)√4y³

The simplified expression is 2x³y²√y.

Therefore, the correct answer is O 2x³y²√y.

What is a mathematical expression?

Mathematical expressions consist of at least two numbers or variables, at least one arithmetic operation, and a statement. It's possible to multiply, divide, add, or subtract with this mathematical operation. An expression's structure is as follows: Expression: (Math Operator, Number/Variable, Math Operator)

For more questions on expression

https://brainly.com/question/1859113

#SPJ8

In the six sigma process DMAIC stands for: a. Diagnose, Monitor, Apply, Improve, Command b. Define, Measure, Analyse, Improve, Control c. Detect, Maintain, Associate, Interrogate, Correct d. Diagnose, Maintain, Apply, Incorporate, Correct e. Define, Monitor, Analyse, Incorporate, Correct

Answers

In the six sigma process DMAIC stands for b. Define, Measure, Analyze, Improve, Control.

In the Six Sigma process, DMAIC is an acronym that represents the five phases of the process.

1. Define: This phase involves defining the problem or goal that needs to be addressed. It includes clearly identifying the customers' requirements and expectations.

2. Measure: In this phase, relevant data is collected and measured to gain a deeper understanding of the process and identify any variations or defects. This includes determining what needs to be measured, how it will be measured, and establishing a baseline for future improvements.

3. Analyze: In the analyze phase, the collected data is analyzed to identify the root causes of the problem or variation. Various statistical tools and techniques may be used to identify patterns, trends, and potential areas for improvement.

4. Improve: Once the root causes have been identified, the focus shifts to implementing solutions and improvements. This phase involves developing and testing potential solutions to address the identified issues. The goal is to optimize the process and reduce defects or variations.

5. Control: The final phase, control, involves implementing controls and measures to ensure that the improvements made are sustained over time. This includes creating standard operating procedures, establishing metrics to monitor the process, and putting in place mechanisms to prevent the recurrence of the problem.

Overall, the DMAIC process is a systematic approach used in Six Sigma to identify and improve processes by focusing on customer requirements, data-driven analysis, and sustainable improvements.

Hence, the correct answer is Option B.

Learn more about Six Sigma process here: https://brainly.com/question/32233755

#SPJ11

According to molt posting hum the 2016 democratic primary in a certain state, 44% of primary voters were men and 52% were women Fifty-these percent of Democrat maning in the jury supported Can Candidate A supported from the primary exit poll in this certain state is chosen at random, what is the probably that they amal?
Which of the towing probables mast be found in order to find the probability that a random Candidate A support the poi mata? Sect all that apply
A. P_r Not a supporter of Candidate A1 Democrats Woman)
b.P_r (supporter of Candidate A Democratic Woman )
C.p_r (Supporter of Candidate A Democratic Man)
D. P_r (Democratic Man)
E P_r (Democratic woman )
F.P_r(not a supporter at Candidate A1 Democratic Man)
The probably that a supporter of Candidats Arom the primary exit poll in this caman state is then at

Answers

The correct answer is that the probability that a random candidate A supporter from the primary exit poll in this certain state is a man cannot be determined without the probability of being a Democratic man.

To find the probability that a random candidate A supporter from the primary exit poll in this certain state is a man, we need to consider the following probabilities:

A. P_r (Not a supporter of Candidate A | Democratic Woman)
B. P_r (Supporter of Candidate A | Democratic Woman)
C. P_r (Supporter of Candidate A | Democratic Man)
D. P_r (Democratic Man)
E. P_r (Democratic Woman)
F. P_r (Not a supporter of Candidate A | Democratic Man)

Out of these probabilities, the relevant ones are:
C. P_r (Supporter of Candidate A | Democratic Man)
D. P_r (Democratic Man)

To find the probability that a random candidate A supporter from the primary exit poll in this certain state is a man, we need to calculate the conditional probability:
P_r (Supporter of Candidate A | Democratic Man)

Given that 44% of primary voters were men and 52% were women, we know that 44% of Democratic men supported Candidate A. Let's denote this probability as P_r (Supporter of Candidate A | Democratic Man) = 0.44.

To find the probability that a random candidate A supporter from the primary exit poll in this certain state is a man, we multiply this probability by the probability that a person is a Democratic man:
P_r (Democratic Man)

Since the information about the probability of being a Democratic man is not given in the question, we are missing a crucial piece of information needed to calculate the final probability.

Without this information, we cannot determine the probability that a random candidate A supporter from the primary exit poll in this certain state is a man.

Therefore, the correct answer is that the probability that a random candidate A supporter from the primary exit poll in this certain state is a man cannot be determined without the probability of being a Democratic man.

Learn more about probability from this link:

https://brainly.com/question/13604758

#SPJ11

three key differences among: intravenous, subcutaneous and
intramuscular

Answers

Intravenous (IV), subcutaneous (SC), and intramuscular (IM) are different routes of drug administration. The three key differences among these routes are:

1. Administration Site:

  - IV: Medications are delivered directly into a vein, typically through a catheter or needle inserted into a vein.

  - SC: Medications are injected into the layer of tissue just below the skin.

  - IM: Medications are injected into the muscle tissue.

2. Absorption Rate:

  - IV: Since the medication is directly delivered into the bloodstream, it achieves rapid and complete absorption, resulting in immediate therapeutic effects.

  - SC: Medications are absorbed slowly and steadily from the subcutaneous tissue, leading to a slower onset of action compared to IV administration.

  - IM: Absorption rate is faster than SC but slower than IV. It provides a moderate onset of action.

3. Volume of Administration:

  - IV: Allows for large volumes of fluid and medications to be administered due to the direct access to the circulatory system.

  - SC: Suitable for smaller volumes of medication, typically up to 2 mL, as the subcutaneous tissue has limited capacity for absorption.

  - IM: Allows for larger volumes of medication to be administered compared to SC, usually up to 5 mL, as muscle tissue can accommodate a greater volume.

In conclusion, the key differences among IV, SC, and IM administration lie in the site of administration, the rate of absorption, and the volume of medication that can be administered. IV provides rapid absorption and allows for large volumes, while SC has slower absorption and limited volume capacity, and IM falls in between with moderate absorption and a larger volume capacity than SC. The choice of administration route depends on factors such as the medication's properties, desired onset of action, and the patient's condition.

To know more about Intravenous, visit;

https://brainly.com/question/24011307

#SPJ11

Determine the mass (B) and the volumetric dissolving power (X) of the chemical equations shown below. The chemical equation is already balanced and explains the meaning of each dissolving power. Calculate them for HCl 15 %, 28 %, and for formic acid too 1mole Caco, +2 moles HCI-----1mole CaCl2 + 1mole CO, +1mole H,0 CaMg(CO3)2 + 4HCI -- CaCl2 + MgCl2 + 2CO2 + 2H2O Specific gravity of HC115% = 1.07 Specific gravity for HCI 28 % -1.14 Density of water = 1 gram/Cm3 Density of CaCO3 = 2.71 gram/cm3 Density of dolomite = 2.84 gram/cm3 MwCaCO3 = 100.1 gram/mol Mw Dolomite = 184 gram/mol Specific acid of formic acid HCOOH= 1.22

Answers

The mass dissolving power and volumetric dissolving power of HCl 15%, 28%, and formic acid are 50.4 g CaC[tex]O_3[/tex] / g HCl and 11.2 L C[tex]O_2[/tex] / g HCl, 44.3 g CaC[tex]O_3[/tex] / g HCl and 10.6 L C[tex]O_2[/tex] / g HCl and 82.2 g CaC[tex]O_3[/tex] / g HCOOH and 22.4 L C[tex]O_2[/tex] / g HCOOH, respectively.

Mass dissolving power (B) is defined as the mass of CaC[tex]O_3[/tex]  that can be dissolved by 1 mole of HCl.

Volumetric dissolving power (X) is defined as the volume of C[tex]O_2[/tex] that can be produced by 1 mole of HCl.

The mass dissolving power of HCl 15% is calculated as follows:

B = (1 mole CaC[tex]O_3[/tex] ) / (2 moles HCl) * (100.1 g CaC[tex]O_3[/tex] ) / (1.07 g HCl) = 50.4 g CaC[tex]O_3[/tex]  / g HCl

The volumetric dissolving power of HCl 15% is calculated as follows:

X = (1 mole C[tex]O_2[/tex]) / (2 moles HCl) * (22.4 L C[tex]O_2[/tex]) / (1 mol C[tex]O_2[/tex]) = 11.2 L C[tex]O_2[/tex] / g HCl

The mass dissolving power of HCl 28% is calculated as follows:

B = (1 mole CaC[tex]O_3[/tex] ) / (2 moles HCl) * (100.1 g CaC[tex]O_3[/tex] ) / (1.14 g HCl) = 44.3 g CaC[tex]O_3[/tex]  / g HCl

The volumetric dissolving power of HCl 28% is calculated as follows:

X = (1 mole C[tex]O_2[/tex]) / (2 moles HCl) * (22.4 L C[tex]O_2[/tex]) / (1 mol C[tex]O_2[/tex]) = 10.6 L C[tex]O_2[/tex] / g HCl

The mass dissolving power of formic acid is calculated as follows:

B = (1 mole CaC[tex]O_3[/tex] ) / (1 mole HCOOH) * (100.1 g CaC[tex]O_3[/tex] ) / (1.22 g HCOOH) = 82.2 g CaC[tex]O_3[/tex]  / g HCOOH

The volumetric dissolving power of formic acid is calculated as follows:

X = (1 mole C[tex]O_2[/tex] ) / (1 mole HCOOH) * (22.4 L C[tex]O_2[/tex] ) / (1 mol C[tex]O_2[/tex] ) = 22.4 L C[tex]O_2[/tex] / g HCOOH

Therefore, the mass dissolving power and volumetric dissolving power of HCl 15%, 28%, and formic acid are as follows:

Acid Mass dissolving power (B) Volumetric dissolving power (X)

HCl 15% 50.4 g CaC[tex]O_3[/tex]  / g HCl 11.2 L C[tex]O_2[/tex] / g HCl

HCl 28% 44.3 g CaC[tex]O_3[/tex]  / g HCl 10.6 L C[tex]O_2[/tex] / g HCl

Formic acid 82.2 g CaC[tex]O_3[/tex]  / g HCOOH 22.4 L C[tex]O_2[/tex] / g HCOOH

To learn more about mass here:

https://brainly.com/question/29082366

#SPJ4

What happens to cellulosic material fed into a biogas digester? is it converted to biogas?

Answers

Cellulosic material is converted into biogas in a biogas digester through anaerobic digestion, a natural process that is aided by microorganisms. The efficiency of biogas production depends on several factors such as the composition of the material, temperature, pH, and retention time.

Cellulosic material is converted into biogas during anaerobic digestion, which takes place in a biogas digester. The conversion of cellulosic material into biogas in a biogas digester is a natural process that is aided by microorganisms. The microorganisms convert the cellulosic material into biogas through a series of biochemical reactions that take place inside the biogas digester.

When cellulosic material is fed into a biogas digester, it is first broken down into smaller molecules by enzymes. These smaller molecules are then converted into biogas by the microorganisms present in the biogas digester. The biogas produced is a mixture of methane, carbon dioxide, and other trace gases.

Cellulosic material that is rich in lignin, such as wood, may take longer to break down and produce less biogas than cellulosic material that is rich in cellulose, such as agricultural waste. The ideal temperature for biogas production in a biogas digester is around 35-40°C, while the ideal pH is between 6.5 and 8.0.

Know more about the anaerobic digestion

https://brainly.com/question/33247336

#SPJ11

Show the given, formula and step-by-step solution.
A fast-food establishment bought equipment for Php 6,000,000 with a salvage value of Php 600,000 over a period of 5 years and pay a lump sum of Php 400,000 for its maintenance cost. The minimum attractive rate of return is 16 % annually. Compute the annual maintenance cost and capitalized cost for the said equipment.

Answers

The annual maintenance cost for the equipment is Php 80,000 and the capitalized cost is Php 5,400,000.

How to find?

Formula:

Capitalized cost = Equipment cost - Salvage value

Annual maintenance cost = Total maintenance cost / Period of depreciation

Annual maintenance cost = (Lump sum for maintenance) / Period of depreciation

Step-by-step solution:

[tex]Capitalized cost = Php 6,000,000 - Php 600,000[/tex]

= Php 5,400,000

Annual maintenance cost = Php 400,000 / 5 years

= Php 80,000

Therefore, the annual maintenance cost for the equipment is Php 80,000 and the capitalized cost is Php 5,400,000.

To know more on Maintenance cost visit:

https://brainly.com/question/20388858

#SPJ11

if x=2 and y=-3 what is the value of [tex]3x^{2}[/tex]-2xy-[tex]3y^{2}[/tex]

Answers

The value of the expression [tex]3x^2 - 2xy - 3y^2[/tex] when x = 2 and y = -3 is -3.

To find the value of the expression [tex]3x^2 - 2xy - 3y^2[/tex] when x = 2 and y = -3, we substitute these values into the expression and perform the necessary calculations.

First, let's substitute x = 2 and y = -3 into the expression:

[tex]3(2)^2 - 2(2)(-3) - 3(-3)^2[/tex]

Simplifying the exponents, we have:

3(4) - 2(2)(-3) - 3(9)

Now, let's simplify the multiplication:

12 + 12 - 27

Combining like terms, we have:

24 - 27

Finally, subtracting 27 from 24, we get:

-3

Therefore, the value of the expression [tex]3x^2 - 2xy - 3y^2[/tex] when x = 2 and y = -3 is -3.

In summary, by substituting the given values of x and y into the expression and performing the necessary calculations, we find that the value of [tex]3x^2 - 2xy - 3y^2[/tex] is -3. This means that when x = 2 and y = -3, the expression evaluates to -3.

For more question on value visit:

https://brainly.com/question/843074

#SPJ8

Given the function of f(x)=e*sinx at x = 0.5 and h = 0.25 What is the derivative of the given function using backward difference of accuracyO(h²)? a. O2.20125 b. O.137578 c. 0.157378 d. 0.137578

Answers

The derivative of the given function using backward difference of accuracy O(h²) is 0.137578 (option d).

To find the derivative of the function f(x) = e*sin(x) using backward difference of accuracy O(h²), we can apply the backward difference formula:

f'(x) ≈ [f(x) - f(x-h)] / h

Given x = 0.5 and h = 0.25, we need to evaluate f(x) and f(x-h) to compute the derivative.

Compute f(x)

Substituting x = 0.5 into the function f(x) = e*sin(x):

f(0.5) = e*sin(0.5)

Compute f(x-h)

Substituting x-h = 0.5 - 0.25 = 0.25 into the function f(x) = e*sin(x):

f(0.25) = e*sin(0.25)

Calculate the derivative

Using the backward difference formula:

f'(0.5) ≈ [f(0.5) - f(0.25)] / 0.25

Now, we substitute the values we computed:

f'(0.5) ≈ [e*sin(0.5) - e*sin(0.25)] / 0.25

After evaluating the expression, we find that the derivative is approximately 0.137578.

Learn more about derivative

brainly.com/question/32963989

#SPJ11

A survey stopped men and women at random to ask them where they purchased
groceries, at a local grocery store or online.
Grocery Options
Store Online Total
8
Women 36
Men
24
Total 60
12
20
44
36
80
What percent of the women surveyed shop online? Round your answer to the nearest
whole number percent.

Answers

Twenty of the 36 women polled engage in internet shopping. This represents around 55.6% of all the women questioned.

To find the percentage of women who shop online, we need to calculate the ratio of women who shop online to the total number of women surveyed and then multiply it by 100 to get the percentage.

According to the data provided:

- Total women surveyed: 36

- Women who shop online: 20

To find the percentage, we'll use the following formula:

(Online shoppers / Total surveyed) × 100

Percentage of women who shop online = (20 / 36) × 100 ≈ 55.6%

Therefore, approximately 55.6% of the women surveyed shop online.

In summary, out of the 36 women surveyed, 20 of them shop online. This accounts for approximately 55.6% of the total women surveyed.

For more questions on percentage, click on:

https://brainly.com/question/24877689

#SPJ8

Other Questions
Let A,BM_n(R) be symmetric. Explain why A and B are congruent via a complex matrix if and only if they are congruent via a real matrix. You are running an experiment with a split-brain patient who cannot communicate between the left and right hemispheres of the brain. You give the participant two objects, a cup and a cell phone, and have them hold one in each hand, then ask them to describe each object. The cup is in their right hand and the cell phone is in their left hand. What do you think the result will be? 1. after having regained his trust in senses in mediation 6, Descartes' judgement about the realtionship of his mind and body is one ofa. continued doubtb. certainty that it is an illusion cauaed by a demonc. certainty that the two are closely conjoinedd. wonder at what future research will discover Martha is a new mother with a six-week-old baby. Sometimes, she can sleep through her buzzing alarm clock, but immediately hears the muffled sound of her baby down the hall, whenever her baby cries. Briefly discuss the following:Provide a definition of consciousness. (5)Use the definition you provided to briefly explain how Martha can hear her baby down the hall and not the alarm clock.(15) 8. Answer the following questions of VBR. a) What is the membrane pore size typically used in the Membrane bioreactor for wastewater treatment? b) What type of filtration is typically used for declination? c) what are the two MBR configurations which one is used more widely? d) list three membrane fouling mechanisms e) when comparing with conventional activated stadige treatment process, list three advantages of using an MBR Suggest 10 ways to promote gender equality. I will upvote if itis not plagiarized. A small diamond of mass 16.6 g drops from a swimmer's earring and falls through the water, reaching a terminal velocity of 2.2 m/s. (a) Assuming the frictional force on the diamond obeys f= -bv, what is b (in kg/s)? (Round your answer to at least four decimal places.) 0.081 X kg/s (b) How far (in m) does the diamond fall before it reaches 90 percent of its terminal speed? i. The common stock is now trading at $15.65. We have used analysts estimates to determine that the market believes our dividends will grow at 6% per year and the expected dividend next year will be $2. The number of shares outstanding is 200 million'. ii. The companys 20-year bonds that pay semi-annual coupon rate of 9% is now selling at $975. The face value of the bond is $1,000 and there are 500,000 bonds outstanding.iii. The price companys 8% preferred share is 93% of its par value ($100). The number of shares outstanding is $10 million.Q: Compute the WACC Q5. Take 10 characters as input from user. Check if it's a vowel or consonant. If it's a vowel, print "It's a vowel". If it's a consonant, move to the next input. If the user inputs "b" or "z", exit the loop and print "Critical error". Assume user inputs all characters in lowercase. (5) A rock is suspended by a light string. When the rock is in air, the tension in the string is 41.5 NN . When the rock is totally immersed in water, the tension is 25.1 NN . When the rock is totally immersed in an unknown liquid, the tension is 20.0 NN .Part AWhat is the density of the unknown liquid? The unity feedback system shown in Figure 1 has the following transfer function: 1 93 +3.82 +4-s+2 Find: a. GA and DA b. where the locus crosses the imaginary axis c. and the angle of departure for complex OLPs when converted to an iterated integral, the following double integral is easier to evaluate in one order than the other. find the best order and evaluate the integral e Dimerization of butadiene 24HH6 () 8HH12 (), takes place isothermally in a batch reactor at a temperature of 326C and constant pressure. Initially, the composition of butadiene was 75% and the remaining was inert. The amount of reactant was reduced to 25% in 15 minutes. The reaction follows a first order process. Determine the rate constant of this reaction Class Activity 1-Segmentation Part I. Your textbook identifies four general bases that can be used to segment the consumer market: geography, demographics, psychographics, behavioral. Please provide an example of product market for each of these segmentation bases using that characteristic and explain your answers with proper justifications. (6 points) Part II. Select one specific segmenting variable from each segmentation base and use it to identify two potential market segments that would need to be served differently for each of the four product markets you listed above. Then, create a descriptive name (i.e. nickname) for each segment. (8 points) Important Tip: The two segments chosen in Part II do not have to cover the entire product markets. Part III. Please list the segmentation criteria and explain why each of them is important for successfully segmenting the market. What is the value of P in the triangle below? Which statement best describes how the dynamic character of the manin the red coat adds to the story?1 of 3 QUESTIONSThe man in the red coat used to trust other people, but they let him down;this explains why he gets so angry at people who fail him.The man in the red coat used to be kind; this explains why he is still agood person at heart.The man in the red coat has always been successful; this explains why hehas no pity for Timmy.The man in the red coat has always been very independent; this explainswhy he doesn't trust other people.SUBMIT Discuss the similarities and contrasting features in the derivations of the following equations: 1. Piezometric head 2. Euler's eq 3. Bernoulli's eq 4. Energy eq Use this formula and information:The energy stored in a capacitor is given by Wc (t) =(1/2)Cv^2 (t). If vc(t) is a dc voltage, then the energy stored is also a constant. The ethylene glycol (HOCHCHOH) used as antifreeze, is produced when ethylene oxide reacts with water. A collateral reaction produces a not wished protein dimer CH4O + HO HOCHCHOH Biscuss why ethical issues affect HR management. ESTATES) $ 4 ii 17 R 04 IN % L 5 T 40 6 G Y 7 H