One of the strategies used by Annie for brand visibility and better communication with clients, is the development of a website. What should she keep in mind in order to design a successful website for Bennet and Bennet?
1) Write a program that accepts the amount of money deposited in a bank account, the annual interest rate and the target amount (The amount of money the account holder wants to have in the account after a period of time) and then calculates the number of years it will take for the money to accumulate to the targeted amount. NB: 1) The interest being earned is Compound Interest. 2) Don’t use the formula for calculating compound interest.
For example if the money deposited is 10000 and the target amount is 20000 and the account earns an interest rate (compound) of 10% pa, then the output should be: -
It will take 8 years for your money to reach your target.
By the end of this period, the amount in your account will be 21435.89
How the three phases of the substance are represented graphically with the variation P, T, H and S ?
Bookong List Programming--developer needs to input the following information from the console using programming to view the booked ticket history for a passenger.
*passenger id: a 7 digit number for passenger id for whom booking is to be done.
*on submitting the passenger id,the console shows rows with columns populated from inserted array/list/appropriate collections; PNR NO|Travel date| source|destination|Seat preference|Meal preference
Clarendon College claims that some of their BSEd first year students shifted to another course because of their retention policy, which is normally distributed. A random sample of 200 students revealed that 55 of them shifted to another course after their first year.
1. Compute the proportion estimate of the parameter.
2. Compute the standard error of the proportion.
3. Compute the margin of error of the proportion at 90% confidence level.
4. Find 95% confidence interval for all the BSED students shifted to another course after their first year because of the retention policy.
The new ideas that emerged in the Enlightenment were methods or natural science should be user in everyday life, scientific method, and progress
Clarendon College claims that some of their BSEd first year students shifted to another course because of their retention policy, which is normally distributed. A random sample of 200 students revealed that 55 of them shifted to another course after their first year.
1. Compute the proportion estimate of the parameter.
2. Compute the standard error of the proportion.
3. Compute the margin of error of the proportion at 90% confidence level.
4. Find 95% confidence interval for all the female employees in the government agencies holding executive positions.
Based from the results of a survey conducted by a group of researchers, the proportion of feinales holding executive positions in the government agencies in a certain populated city in the Philippines is normally distributed, in a random sample of 300 female employees in government agencies, 75 female employees hold executive positions.
1. Compute the proportion estimate of the parameter.
2. Compute the standard error of the proportion.
3. Compute the margin of error of the proportion at 90% confidence level.
4. Find 90% and 95% confidence interval for all the female employees in the government agencies holding executive positions.
ticket booking programming;--Developer needs to input the following from the console using programming to book ticket for a passenger:
-passenger id:a 7 digit number for passenger id for whom booking is to be done.
-pnr no:a string field for pnr no with a default 7 digit number.
-travel date:a string field to enter the journey date in format(dd/mm/yyyy).
-source:a string field to capture the source airport.
-destination:a string field to capture the destination airport.
-status:a string field to select among following values new/confirm/hold.
-seat preference:a string field to select among following values,middle,aisle.
-meal preference:a string field to select among following values.
**once all fields are taken input,booking details need to be inserted in array/list/appropriate collection.after successful booking,a booking acknowledgment message need to be displayed on the console as "ticket booked successfully,Happy Journey...".
Problem: A marketing researcher randomly selects 20 female students in a certain university and found out that their
average monthly expenditures for their cell phone loads is Php 500.00 with a standard deviation of Php75.00
a. Find the 99% confidence interval for the average expenditures of female students for their cell phone loads.
b. Find the 90% confidence interval for the average expenditures of female students for their cell phone loads.
c. Find the 80% confidence interval for the average expenditures of female students for their cell phone loads.