Three 3.0ohms resistors are connected parallel. What is the equivalent resistance?
A projectile is fired in such away that its horizontal range is equal to its maximum height what is the angle of projection ?
1. Calculate the ΔH for the reaction:
CS2 (l) + 2 O2 (g) � CO2 (g) + 2 SO2 (g)
Given:
ΔHfCO2 (g) = - 393.5 kJ/mol;
ΔHfSO2 = -296.8 kJ/mol;
ΔHfCS2 (l) = 87.9kJ/mol
1. A pseudocoelom is found in the following phylum
A) Cnidaria
B) Echinodermata
C) Annelida
D) Platyhelminthes
Nematoda
volume of 25 grams of Oxygen gas
A CD starts from rest and accelerates to an angular frequency of 3.5 rev/s. Calculate
the disc s average period T and centripetal velocity at the edge of the disc when
radius is 2. 0 x 10-2m.
Given a population of 5000 scores with mean= 86 and SD= 10. How many scores are above 116
The total electric motor of a model train accelerates the train from rest to 0.620 m/s in 21.0cs the total mass of the train is 875g find the average power delivered to the train during the accelerates
5. A travelling salesman records his mileage at the end of each week in order to make an accurate claim for expenses.
Write a Java code:
* With a class called Travelling which has a calculateExpenses method which is to prompt the user to input the date and the number of kilometres travelled.
* Perform a validation to ensure that the number of kilometres is an integer greater than 0.
* The method should be written within the same class:
- The first 100 kilometres is paid at R1.20 per kilometre.
- If the of kilometres is more than 100, all additional kilometres are paid at R1.50 per kilometre
* Output:
- The date : 04/28/2022
- The number of kilometres travelled: 200
- The total expenses due : R270.0
4. The Litsemba Group Life Insurance company computes annual policy premiums based on the age the customer turns in the calendar year. The premium is computed by taking the decade of the customer's age, adding 15 to it, and multiplying by 20. For example, a 34 year would pay R360 which is calculated by adding the decades (3) to 15 and multiplying by 20. Write a Java application that prompts a user for the current year and a birth year. Pass both to method that calculates and returns the premium amount and display the returned amount. Application should be named Insurance.java . Note: The customer should not be older than 59 years . [10 Marks]