A light shines from the bottom of a pool of water that is 65.5 cm deep.
How far away, relative to the spot directly above it, must the beam of light strike the air-water interface in order that the light does not exit the water? cm
In: Physics
If 10 million passengers pass through the St. Louis Airport with checked baggage each month, a successful Six Sigma program for baggage handling would result in how many passengers with misplaced luggage?
In: Operations Management
A ball of mass m makes a head-on elastic collision with a second ball (at rest) and rebounds with a speed equal to 0.400 its original speed.
Part A What is the mass of the second ball?
In: Physics
Compare and contrast Thomas Jefferson’s Declaration of Independence with Thomas Paine’s pamphlet “Common Sense.” Which had the greater effect on revolutionary America? Are these documents still effective today?
In: Psychology
Write a program that takes a string from the user, identifies and counts all unique characters in that given string. You are bound to use only built-in string functions where necessary. For identification of unique characters and for counting of the characters make separate functions.
For character identification
Develop a program that takes a string argument, and returns an array containing all unique characters.
For character counting
Develop a program that takes an array returned from above function as an argument along with the given string and return an array containing the total count of each uniquely identified character present in the argument array.
In: Computer Science
1. Write a program that does the following. Write in Assembly Language program
Loads your student ID number into memory starting at location 0x2000 0100 a. DO NOT do any conversion on your ID number. If my ID number is 123456789, I should be able to read your ID in memory as 123456789 2. Loads the first six characters of your name, in ASSIC, in to memory right after your student ID. Total of 6 bytes. a. This means that you should NOT over write anything that you have already entered. 3. Load from memory location 0x0000 0000 into the registers a. R0 and R1 hold the 64 bits starting at 0x0000 0000 (Total of 2 Words, each of 32 bits) b. R2 holds the next byte (8 bits) data c. R3 holds the next half word (16 bits) d. R4 holds the next word (32 bits) 4. Use the debugger to test your program to make sure that it does what you think it does. Use Lab 1 to help you get started with this
In: Computer Science
4) Give the skeleton (the parts) of the standard form categorical propositions.
5) Distribution—A proposition distributes a term if it refers to all members of the class designated by the term. Using the information in your text, match the following:
1) The subject of an A proposition_____. a. subject term distributed
2) The predicate of an A proposition_____. b. predicate term distributed
3) The subject of an E proposition_____. c.predicate term undistributed
4) The predicate of an E proposition_____. d. subject term undistributed
5) The subject of an I proposition_____.
6) The predicate of an I proposition_____.
7) The subject of an O proposition_____.
8) The predicate of an O proposition_____.
In: Psychology
A 2 kg stone is dropped from a 50-m-tall building. Simultaneously, a second 1 kg stone is thrown horizontally from the building at a speed of 15 m/s, as shown in the figure.
Calculate the x position of the center of mass of the two-stone system the moment after they are set in motion.
Calculate the y position of the center of mass of the two-stone system the moment after they are set in motion.
Calculate the x position of the center of mass of the two-stone system 2 s after they are set in motion.
Calculate the y position of the center of mass of the two-stone system 2 s after they are set in motion.
Calculate the x position of the center of mass of the two-stone system the moment they hit the ground.
Calculate the y position of the center of mass of the two-stone system the moment they hit the ground.
In: Physics
Explain how the following events may affect the profit rate for a U.S. firm and industry (be sure to define your measure(s) of the profit rate) :Consider both the immediate impact and the possible long run implications: (1) across firms within an industry; (2) across industries and (3) across nations
please long and mindful answers that covers all three categories.
a) Unionization of a firm |
b) Tariffs on steel imports |
c) Increase in low-wage workers in the labor force |
d) Increase in the minimum wage in New York State |
In: Economics
1. Competitors
The results of a running competition are shown in the table below.
Index | Name | Birthdate | Rank |
---|---|---|---|
0 | Am, Erica | 1984. 05. 06. | 1 |
1 | Abnorm, Al | 1982. 09. 30. | 3 |
2 | Pri, Mary | 1988. 08. 25. | 2 |
3 | Duck, Ling | 1979. 06. 10. | 5 |
4 | Mac, Donald | 1992. 04. 05. | 4 |
Find an unfinished program below that contains the appropriate types and the above data in an array. Complete the program, step-by-step, according to the comments.
#include <stdio.h> typedef struct Date { int year, month, day; } Date; typedef struct Competitor { char name[31]; Date birth; int rank; } Competitor; void Date_print(Date d); void Competitor_print(Competitor c); int main() { Competitor competitors[5] = { { "Am, Erica", {1984, 5, 6}, 1 }, { "Abnorm, Al", {1982, 9, 30}, 3 }, { "Pri, Mary", {1988, 8, 25}, 2 }, { "Duck, Ling", {1979, 6, 10}, 5 }, { "Mac, Donald", {1992, 4, 5}, 4 }, }; /* name of competitor 0 - printf %s */ /* rank of competitor 2 */ /* birth date of competitor 4, use the given function */ /* the first letter of the name of competitor 1 (a string is an array of characters) */ /* is competitor 1 among the best three? yes/no, may use ?: operator */ /* is competitor 4 faster than competitor 3? */ /* was competitor 1 born in the same year as competitor 2? */ /* complete the Competitor_print() function, * then print all data of competitor 1 */ /* at last print all data of all competitors. */ return 0; } void Date_print(Date d) { /* print year, month and day */ } void Competitor_print(Competitor c) { /* print all data of the competitor */ }
In: Computer Science
what should i write in my wine cork letter presentation for elevator pitch. can i have some idea.
In: Operations Management
5. Assume that it is now Jan. 2017. AZDT Inc. (US) expects to receive cash dividends from a joint venture in India over the next five years. The first dividend of Rs 2 million will be paid in Dec. 2017. The dividend is then expected to grow at an annual rate of 10% over the following four years.
Current exchange rate (Rs/$) is 45 (65.25) and AZDT’s average weighted cost of capital is 10%.
a. Compute the dollar present value of the expected rupee dividend stream if the dollar is expected to depreciate by 5% per year against the rupee over the investment period.
b. Obtain the dollar present value of the expected rupee dividend stream if the rupee is expected to depreciate by 10% per year against the dollar over the investment period
c. What is the dollar present value of the expected rupee dividend stream if the exchange rate remains constant over the investment period?
In: Finance
A: The Bustillo Corporation is preparing its Manufacturing Overhead budget for the fourth quarter of the year. The budgeted variable manufacturing overhead is $4 per direct labor-hour; the budgeted fixed manufacturing overhead is $84,000 per month, of which $15,900 is factory depreciation. If the budgeted direct labor time for November is 7,900 hours, then the total budgeted manufacturing overhead for November is? $115,600 / $99,700 / $131,500 / $84,000
B: Bustillo Inc. cost formula for its vehicle operating cost is $2,920 per month plus $322 per snow-day. For the month of December, the company planned for activity of 16 snow-days, but the actual level of activity was 14 snow-days. The actual vehicle operating cost for the month was $8,350. The spending variance for vehicle operating cost in December would be closest to? $278 U / $278 F / $922 U / $922 F
C: Bustillo Inc. uses two measures of activity, flights and passengers, in the cost formulas in its budgets and performance reports. The cost formula for plane operating costs is $56,760 per month plus $2,626 per flight plus $9 per passenger. The company expected its activity in February to be 63 flights and 262 passengers, but the actual activity was 62 flights and 263 passengers. The actual cost for plane operating costs in February was $220,700. The plane operating costs in the planning budget for February would be closest to? $224,556 / $223,326 / $221,939 / $220,700
C2: A total of 6,850 kilograms of a raw material was purchased at a total cost of $21,920. The materials price variance was $1,370 favorable. The standard price per kilogram for the raw material must be? $0.20 / $3.00 / $3.20 / $3.40
D: Bustillo Corporation makes a product with the following standard costs:
Standard Quantity or Hours | Standard Price or Rate |
|||||
Direct materials | 4.5 | pounds | $ | 4.00 | per pound | |
Direct labor | 0.8 | hours | $ | 21.00 | per hour | |
Variable overhead | 0.8 | hours | $ | 9.50 | per hour |
In January the company produced 3,320 units using 13,280 pounds of the direct material and 2,776 direct labor-hours. During the month, the company purchased 16,900 pounds of the direct material at a cost of $14,040. The actual direct labor cost was $57,895 and the actual variable overhead cost was $25,260. The company applies variable overhead on the basis of direct labor-hours. The direct materials purchases variance is computed when the materials are purchased. The labor rate variance for January is? $401 F / $401 U / $2,119 U / $2,119 F
E: Last year, Bustillo's division had total sales of $13,420,000, net operating income of $1,261,480, and average operating assets of $2,684,000. The company's minimum required rate of return is 15%. The division's margin is closest to? 9.4% / 47.0% / 62.7% / 20.0%
In: Accounting
Before taking a macro level social work approach as an individual social worker to lower the rate of issues like child maltreatment, poverty, and age discrimination, how can we prepare ourselves to work toward this mission to get better outcome? Ask a question at the end to encourage more discussion for this topic.
In: Psychology
For a Car Rental System, do the following:
1. Decompose the system into 3 components
2. For each component, write 1-2 lines of Requirement
3. Draw Context Diagram based on the Requirements from #2 above.
4. Draw Level-0 diagram based on the Requirements from #2 above.
In: Computer Science