A certain group of welfare recipients receives relief goods with a mean amount of Php 500.00 per week. A random sample of 75 recipients is survived and found that the mean amount of relief goods they received in a week is Php 600 and a standard decision of Php. 50.00. Test the claim at 1% level of significance is not Php 500.00 per week and assume that the population is approximately normally distributed.
Determine the following
Null and alternative hypothesis:
Critical value and rejection region:
Computed test statistic:
Conclusion:
Write a C++ class to represent an Employee. Each employee is given a name, an age, a NIC number, an address, and a salary. Furthermore:
The Employee class should keep track of how many employees (objects) have been created in the system.
Your Employee class should initialize all of its fields via a constructor.
Create function prototypes to set and get an employees zip code.
Declare a print_employee() function that prints all of an employee object's details.
(Whenever possible, use constant functions.)
Explain FIVE ways that imports and exports can benefit a company like Volkswagen
You started learning the course of financial accounting and analysis in the MBA program. You learned about commonly used accounting terms. Discuss about any five terms which are commonly used by the different users of accounting information for the sake of understanding the financial statements.
Define and describe about any five terms
Tanish a strong Indian jewelry brand founded in 1994. The brand would like to diversify to the Gulf Region and appeal to the millennials. The brand does have presence in Dubai but is not performing as expected. The brand faces tough competition from Damas, Malabar and Kalyan Jewellers.
a. How can Tanish benefit from market research insights? (5 Marks)
b. Suggest a suitable communication strategy to build awareness and customer base in the marketplace.
Using macroeconomic environment analysis discuss suitable go to market strategies for Aquafresh to deepen its presence in the Indian market. You could suggest 3 key strategies.
Identify four PLCs members who should ensure that there is good financial accountability and governance in schools.discuss their role and responsibilities (4+4×2=12). Include references
A solution prepared from 0.3 g of an unknown nonvolatile solute and 30 g CCI, has a boiling point of 0.392 °C higher than that pure CCl. What is the molecular weight of the solute?
L1 technologies, a US based Defence contractor wishes to enter India. Conduct a PESTLE analysis for L1 technologies in India & suggest whether L1 technologies should enter India or otherwise.
Create a structure course with some attributes i.e course_ID, course_title, credit_hrs etc.. Then Implement following 5 functions (Known as CRUDS operations which means CREATE, READ, UPDATE, DELETE, SEARCH operations):
1. addAStudent
2. updateAStudent
3. deleteAStudent
4. searchAndDisplayAStudent
5. displayAllstudents
After that, create an array of 5 courses in main function. Create a menu in main function to enable user to select and perform the operations we created above. Program must not exit until and unless user wants to do so.