A buffer solution is prepared from equal volumes of 0.200 M acetic acid and 0.600 M...

A buffer solution is prepared from equal volumes of 0.200 M acetic acid and 0.600 M sodium acetate use 1.80 *10^-5 as Ka for acetic acid.

a.) what is the pH of the solution

b.) Is the solution acidic or basic

c.) What is the pH of a solution that results when 3.00ml of 0.034 M HCl is added to 0.200L of the original buffer

In: Chemistry

The capacity of a storage battery, such as those used in automobile electrical systems, is rated...

The capacity of a storage battery, such as those used in automobile electrical systems, is rated in ampere-hours (A?h). A 50 A?h battery can supply a current of 50 A for 1.0 h, or 25 A for 2.0 h, and so on.

(I need some help on Part A & C Thank you : )

Part A

What total energy can be supplied by a 10V , 80A?h battery if its internal resistance is negligible?

Express your answer using two significant figures.

Part B

What volume (in liters) of gasoline has a total heat of combustion equal to the energy obtained in part (a)? (See Section 17.6; the density of gasoline is 900 kg/m3.)

Express your answer using two significant figures.

Ans: 7.0*10^-2

Part C

If a generator with an average electrical power output of 0.45kW is connected to the battery, how much time will be required for it to charge the battery fully?

Express your answer using two significant figures.

In: Physics

Explain the following terms: NIOSH; ATDSR: LEPC: FOIA: TCLP: What is TORT law, and list three...

  1. Explain the following terms:
    1. NIOSH;
    2. ATDSR:
    3. LEPC:
    4. FOIA:
    5. TCLP: What is TORT law, and list three types?? How to bill become the law? Where the superfund money coming from?Define the following terms:
    1. Act:
    2. Guidance:
    3. Policy:
    4. Rule:
    5. Standard   Just spell out following terms?
    1. CERCLA:
    2. RCRA:
    3. TSCA:
    4. NOAA:
    5. SARA:

In: Anatomy and Physiology

You plan to purchase a $270,000 house using a 15-year mortgage obtained from your bank. The...

You plan to purchase a $270,000 house using a 15-year mortgage obtained from your bank. The mortgage rate offered to you is 5.00 percent. You will make a down payment of 20 percent of the purchase price.

a. Calculate your monthly payments on this mortgage.
b. Construct the amortization schedule for the mortgage. How much total interest is paid on this mortgage?

Construct the amortization schedule for the mortgage? (Do not round intermediate calculations. Round your answers to 2 decimal places. (e.g., 32.16))

Amortization Schedule for the 15-Year Mortgage
Month Principal Interest Cumulative Principal Cumulative Interest Ending Balance
1
2
3
179
180 0.00

How much total interest is paid on this mortgage?

In: Finance

**new answer needed**** Applying Principles of the Nervous System to Pharmaceutical Research Imagine you are a...

**new answer needed****

Applying Principles of the Nervous System to Pharmaceutical Research

Imagine you are a student studying for your pharmacy technician certification exam. Your friend is quizzing you over drugs that affect the nervous system.

As a pharmacy technician you may be asked by a customer how a drug works or why they are taking a particular medication. They may be taking many different medications and can’t remember why they take a certain one.

Unit 4 DQ Question: Serotonin is a neurotransmitter involved in the control of mood. Based on this description, predict what types of health conditions Selective Serotonin Reuptake Inhibitors (SSRIs) could be used to treat.

In: Biology

One of the conditions for Uniform Circular Motion is that the acceleration be centripetal and directed...

One of the conditions for Uniform Circular Motion is that the acceleration be centripetal and directed toward the center of motion. What would the effect be of a non-zero acceleration parallel to the tangential velocity?

In: Physics

Lab Directions: Complete each of the programs here. Create a separate Netbeansproject for each program using...

Lab Directions:

Complete each of the programs here. Create a separate Netbeansproject for each program using the name I specified. Create a single java main class for each of the programs using the filename I specified.


Task 1: (5 points)

Project name: CtoFConverter
Main file name: TempConverter.java

A program that converts an inputted temperature in C and provides the equivalent temperature in F. Hint: Google is your friend! Given C, solve for F. Again, check for a valid input value and only respond with the F value if you got it, otherwise output an appropriate error msg to the user. Testing: 3 conditions: Bad Input, then test for the known freezing and boiling points.

EMBED SCREEN SHOT(S) OR COPY THE OUTPUT WINDOW OF NETBEANS HERE SHOWING YOUR PROGRAM TEST RUN(S):


Task 2: (5 points)
Project name: FuelCosts
Main file name: FuelCost.java

Write a program that asks the user to input

The number of gallons of gas currently in the tank
The fuel efficiency in miles per gallon

Then print how far the car can go with the gas in the tank. Again, check for valid input and exit with an error msg if you do not have it. Testing: here just use some reasonable values that you can inspect the calculations and determine they are correct.

EMBED SCREEN SHOT(S) OR COPY THE OUTPUT WINDOW OF NETBEANS HERE SHOWING YOUR PROGRAM TEST RUN(S):

Submitting your work:

Create a new compressed .zip archive folder. (Don’t give me any other type of archive, it will be returned to you ungraded!) called Lastname_Firstname_Lab_06.zip using your name.  

Place both of your Netbeans project folders in this archive. (Do not individually zip the projects!) Place this word doc file with your screen shots in the archive as well. (Don’t put this in the individual project folders, put it in the top level in the archive so I can access it easily.)

(When I open you archive I should see each of your project folders in it and this file.)

Submit the one Zip file (with both NetBeans projects and the Word document) for your grade.


Lab Directions:

Complete each of the programs here. Create a separate Netbeans project for each program using the name I specified. Create a single java main class for each of the programs using the filename I specified.

Task 1: (5 points)
Project name: CtoFConverter
Main file name: TempConverter.java
A program that converts an inputted temperature in C and provides the equivalent temperature in F. Hint: Google is your friend! Given C, solve for F. Again, check for a valid input value and only respond with the F value if you got it, otherwise output an appropriate error msg to the user. Testing: 3 conditions: Bad Input, then test for the known freezing and boiling points.

EMBED SCREEN SHOT(S) OR COPY THE OUTPUT WINDOW OF NETBEANS HERE SHOWING YOUR PROGRAM TEST RUN(S):

Task 2: (5 points)
Project name: FuelCosts
Main file name: FuelCost.java
Write a program that asks the user to input
• The number of gallons of gas currently in the tank
• The fuel efficiency in miles per gallon
Then print how far the car can go with the gas in the tank. Again, check for valid input and exit with an error msg if you do not have it. Testing: here just use some reasonable values that you can inspect the calculations and determine they are correct.

In: Computer Science

Prof. Orlando Karam maintains an Ubuntu Linux server for his class. Every semester he needs to...

Prof. Orlando Karam maintains an Ubuntu Linux server for his class. Every semester he needs to create an account for each student. It takes a lot of time to create these accounts one by one interactively. So he decides to automate the process by writing a script. You are Orlando’s TA and volunteered to complete the task. Please propose a solution and write a script (either Bash or Perl) to implement your solution. Basic requirements:  The script reads from a CSV file for student information (exported from Excel). The file is made up of the lines like this: Jack,Zheng,jzheng3 //[first name],[last name],[campus email id] Mark,Cuban,mcuban2 …  Please make up your own CSV file (with at least 5 students/lines) for testing purpose.  Every student is assigned a common initial password (you will determine the password).  Students are required to change their passwords at first login.  All student accounts should be assigned to a “student” group. This group already exists in the system (you need to create this group first for testing purpose).  Make some other assumptions if not specifically required. Reminder: you will and should do some research on how to read and parse CSV files, and how to process passwords programmatically. Execute your script and take two screen shots: a. The “passwd” file content, with the new accounts clearly shown. b. The “shadow” file content, with the new accounts clearly shown. 2. Login with one of the new student account and show that you have successfully logged in using the newly created account. Take a screen shot showing the user id in the terminal. 3. Compile one PDF document with the script, the CSV file content, and all three screen shots, clearly labeled for each part.

In: Computer Science

Determine the amount of heat (in kJ) given off when 1.38 X 104 g of NO2...

Determine the amount of heat (in kJ) given off when 1.38 X 104 g of NO2 is produced according to the following equation: 2 NO(g) + O2 goes to 2NO2 (g) Delta H = -114.6 kJ/mol Enter your answer in scientific notation

In: Chemistry

The following data table gives the position of an object during freefall. The time interval between...

The following data table gives the position of an object during freefall. The time interval between adjacent points is 1/60 seconds.

Point

Position(cm)

1

94.30

2

91.22

3

87.87

4

84.25

5

80.35

6

76.19

7

71.75

8

67.03

9

62.05

10

56.79



What is the instantaneous velocity (in cm/s) of the object when it is at position 9?

In: Physics

Financial Records Create a program to store weekly expenses and revenues over a period of time....

Financial Records

Create a program to store weekly expenses and revenues over a period of time. The program should

store the expenses and revenues in two global array variables. Values stored in the array at index k

represent the total revenues/expenses recorded during the k(th) week. Assume that the maximum number of weeks tracked is 250.

Add the following functions to your program:

-

A function that finds the total of all expenses incurred since week t for a given t.

-

A function that records the total expenses and revenues for the next unrecorded week. It must check if there is still space in the array.

-

A function that prints the number of weeks recorded

-

A function that prints all revenues and expenses recorded

-

A function that returns a pointer to the largest revenue recorded

Organize the program so the function prototypes are presented

first, and the definitions after the main

function. Your program should keep asking the user to select

one of the following options and execute

the corresponding function based on the user choice:

(A)

computed the total of all expenses,

(B)

add a new expense/revenue ,

(C)

print the number of weeks recorded,

(D)

print all revenues and expenses recorded,

(E)

print the largest revenue recorded, or

(F)

exit the program.

In: Computer Science

1) Suppose three countries were self sufficient and produced along a straight line production possibility curve....

1) Suppose three countries were self sufficient and produced along a straight line production possibility curve. The maximum amounts of clothing and cars each can produce by using all of its resources are as follows:

Canada Mexico United States

Clothing 6 15 30

Cars 20 20 30

a) What is the cost of a car, expressed in terms of clothing, in each country? Who has the comparative advantage in producing cars?

b)Draw the world’d production possibility curve and if

the three countries find themselves in an open economy.

Graph the marginal cost of of producing cars in this

simple economy. Make sure to explain each graph.

2) Suppose a lake is publicly owned, i.e. a common property resource, with free fishing for all. The number of fish caught varies with the number of people fishing as follows:

Labour Total Product

1 13

2 25

3 36

4 46

5 55

6 63

7 70

8 76

9 81

Assume the market price of these fish is $10 per fish, and this price is not affected by the number of fish caught in this lake. Assume that all fishermen can earn $100 per day in their next best alternative. Assume the fishermen share equally in the proceeds of the lake.

a) Explain much fishing will occur ina common property setting i.e. how many people would join the fishery?

b) Assume now that the lake is privately owned and the owner hires fishermen for $100 per day. How much fishing would the owner allow i.e. how many people would join the fishery?

c) Why is the common property result considered to be inefficient?

3) “The steel industry must be protected from cheap foreign imports. If steel does not receive (tariff) protection, foreign imports will drive American producers out of business, thus reducing the number of jobs available to Americans.” Explain why the person making this statement is ill informed about economic principles. What is the flaw in their reasoning?

4) A. Gomez runs a small pottery firm. He hires one helper at $12,000 per year, pays annual rent of $5,000 for his shop,and spends $20,000 per year on materials. He has $40,000 of his own funds invested in equipment that could earn him $4,000 per year if alternatively invested. He has been offered $15,000 per year to work as a potter for a competitor. Total annual revenue from pottery sales is $72,000. What is the economic profit of Gomez’s pottery firm? Explain your reasoning.

B. You own a cigar company in Cuba. You produce 999 boxes of cigars per year. Your average cost per box is $1.00. Paul Martin offers you $5.00 to produce an extra box so that he can give it to his best friend George W. Bush. If you accept his offer you average costs per box will be $1.01. What should you do?

In: Economics

At 25 ∘C phosphoric acid, H3PO4, has the following equilibrium constants: H3PO4(aq)+H2O(l)H2PO4−(aq)+H2O(l)HPO42−(aq)+H2O(l)⇌⇌⇌H3O+(aq)+H2PO−4(aq)H3O+(aq)+HPO42−(aq)H3O+(aq)+PO43−(aq What is the pH...

At 25 ∘C phosphoric acid, H3PO4, has the following equilibrium constants:

H3PO4(aq)+H2O(l)H2PO4−(aq)+H2O(l)HPO42−(aq)+H2O(l)⇌⇌⇌H3O+(aq)+H2PO−4(aq)H3O+(aq)+HPO42−(aq)H3O+(aq)+PO43−(aq

What is the pH of a solution of 0.300 M K2HPO4, potassium hydrogen phosphate? Express your answer numerically to the hundredths place.

What is the pH of a solution of 0.700 M KH2PO4, potassium dihydrogen phosphate?

Express your answer numerically to the hundredths place.

In: Chemistry

1. The temperature to which air must be cooled to result in a relative humidity of...

1. The temperature to which air must be cooled to result in a relative humidity of 100% is called the

a) dew point temperature b) condensation point temperature c) wind cooling cool factor d) absolute temperature

2. Air moving from a higher altitude to a lower altitude on the side of a mountain

a) is cooled since cool air is more dense b) will have a higher absolute humidity c) will have a higher relative humidity d) is warmed by compression

3. The intertropical convergence zone has tropical rain forests because

a) sinking air warms, increasing the relative humidity b) rising air cools as it is pushed upward c) it is a high pressure belt of descending air d) dry rising air is moved horizontally by the jet stream

4. The principal source of water vapor in Earth's hydrologic cycle is

a) the ocean b) lakes, rivers, and soil c) plants and animals d) burning of wood, fossil fuels, and crop residue

5. Showers or thunderstorms are usually associated with which type of cloud?

a) stratus b) cirrus c) cumulus d) any of the above

6. A cold front is the boundary between

a) the southward edge of a cold air mass b) the northward edge of a warm air mass c) a moving warm air mass and a cooler air mass d) a moving cold air mass and a warmer air mass

7. Most of the southeastern part of the United States has a climate that is

a) Mediterranean b) humid continental c) marine d) humid subtropical

In: Physics

Why do the passengers in high-altitude jet planes feel the sensation of weight while passengers in...

Why do the passengers in high-altitude jet planes feel the

sensation of weight while passengers in the International Space Station do not?

In: Physics