Questions
A Big Mac costs $5.25 in the United States, 32.55 pesos in Country X, and 53.55...

A Big Mac costs $5.25 in the United States, 32.55 pesos in Country X, and 53.55 rupees in Country Y.

a. The implied exchange rate for Country X is  pesos per dollar.

b. The implied exchange rate for Country Y is  rupees per dollar.

Suppose the official exchange rates are 9.4 pesos per dollar and 8.6 rupees per dollar. Based on this information:

c. the prices of goods in Country X are  %   (type the word higher or lower) than the U.S.

d. the prices of goods in Country y are  %   (type the word higher or lower) than the U.S.

e. Suppose real per capita income in the U.S. is $52,000, in Country X it is 200,000 pesos, and in Country Y it is 300,000 rupees.  

Round these to the nearest whole number.

PPP adjusted real per capita income in country X is $  .

PPP adjusted real per capita income in country Y is $  .

In: Economics

Create a Python program that: Allows the user to enter a phrase or sentence. The program...

Create a Python program that:

  • Allows the user to enter a phrase or sentence.
    • The program should then take the phrase or sentence entered
      • Separate out the individual words entered
      • Each individual word should then be added to a list
  • After all of the words have been place in a list
    • Sort the contents of the list
    • Display the contents of the sorted list with each individual word displayed on a separate line
  • Display a message to the user indicating when all of the items in the list have been displayed

The program should:

  • Use variables with meaningful names
  • Display easily understood prompts when collecting user input
  • Have appropriate comments indicating what each part of the program is doing
  • Have a comment area at the beginning of the program identifying the author of the program and the class it was created for

Save the program as a Python module, and submit the program through this assignment.

In: Computer Science

Use MYSQL to create the set of database tables of the relational database model and complete...

Use MYSQL to create the set of database tables of the relational database model and complete the associated queries given.

Procedure: 1) Write all the SQL statements, necessary to create all tables and relationships, with Primary & Foreign keys.

2) Execute each statement in the correct order to create the relational database in MYSQL.

3)Insert some data into each table.

4) Use all your SQL create and Insert statements (from MS Word) to execute in the MYSQL WorkBench

5) Write in MS Word and execute in MYSQL WorkBench the statements necessary to; i. display all tables, ii. identify sales total for each item iii. identify delivery confirmation of sold items iv. identify marketing level for sold items

(Tables that have to be created)

  • Sales details

  • Marketing details

  • Customer details

  • Production details

  • Delivery details

  • Management details

In: Computer Science

Can you add code to this so that it finishes the combine function. Given two words...

Can you add code to this so that it finishes the combine function. Given two words as input, the output of the program should be the two words combined together with a space between them. Not allowed to use any external libraries for this assignment.

#include <stdio.h>
#include <stdlib.h>
void combine(char* p, char* q){
/* Add the necesary logic here to combine the strings
in the dynamic array p and q by inserting a space
between two words
and write the result back to p */

  
}
int main(){
/* No changes should be done in this part */
char* word1 = malloc(sizeof(char) * 128);
char* word2 = malloc(sizeof(char) * 128);
printf("Enter your first word:\t");
scanf("%s", word1);
printf("Enter your second word:\t");
scanf("%s", word2);
combine(word1, word2);
printf("%s\n", word1);

  

}

In: Computer Science

Use R to answer the following questions. Assume that you are interested in testing H0 :...

Use R to answer the following questions.

Assume that you are interested in testing H0 : E(X) = 20 versus H1 : E(X) 1 20 with a significance level of 5% using the t-test. Let the sample average be equal to 22.7 (?̅ = 22.7) and the sample standard deviation be equal to 5.4 (s = 5.4). The sample size is 55 (n = 55).

1. Do you reject the null hypothesis?

2. If a significance level of 1% is used, do you reject the null hypothesis?

3. If the testing hypotheses are changed to H0 : E(X) = 24 versus H1 : E(X) 1 24 (with a significance level of 5%), do you reject the null hypothesis?

Once you have the answers in R, copy the text commands and results and paste them in a word processor file (e.g., Microsoft Word)

In: Math

Google the terms CSR, mandatory, and voluntary. What is your reaction to how this debate is...

  • Google the terms CSR, mandatory, and voluntary. What is your reaction to how this debate is unfolding in the business world? Where do you think most firms would like the balance between coercion and incentives to fall?

For Business Management Class. Write in your own word.

In: Economics

Fill in the blank: the reason that personal income tax cuts are not only an example...

Fill in the blank: the reason that personal income tax cuts are not only an example of expansionary
fiscal policy, but also of a market-based supply-side policy, is that reducing taxes increases the
__________ to work for individuals. That is, individuals are more likely to seek work and to work
harder/longer. (One word)

In: Economics

Human Factors are known to impact on collaboration and service user safety. Critically discuss the impact...

Human Factors are known to impact on collaboration and service user safety. Critically discuss the impact of complacency and lack of assertiveness on interprofessional teams in Health and Social care.

this is a 2000 word assignment. please I need help with links to some good articles and any help is appreciated.

In: Nursing

Both the current ratio and quick ratio are used to measure the liquidity of company. Explain...

Both the current ratio and quick ratio are used to measure the liquidity of company. Explain how the quick ratio overcomes the limitation of the current ratio. As a part of your answer discuss how the composition of current assets/liabilities impacts a firm’s liquidity position. (word limit 150)

In: Accounting

Read Article: Lowville Had Lots of Water. Then String Cheese Came Kraft Heinz plant in upstate...

Read Article:

Lowville Had Lots of Water. Then String Cheese Came

Kraft Heinz plant in upstate New York is part of global resource strain

200 word min

1.Is change always positive? What are the un-intended condequences of chnge in this specific case.

In: Economics