1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
garri49 [273]
3 years ago
6

John has just graduated from State University. He owes $35,000 in college loans, but he does not have a job yet. The college loa

n company has agreed to give John a break on a deferred-payment plan that works as follows. John will not have to repay his loan for 5 years. During this “grace period” the loan obligation will compound at 4% per year. For the next 5 years, a monthly payment will be required, and the interest rate will be 0.5% per month. What will be John’s monthly payment over the 60-month repayment period?
Engineering
1 answer:
IRISSAK [1]3 years ago
6 0

Answer:

The correct response is "821.88". A further explanation is given below.

Explanation:

According to the question,

The largest amount unresolved after five years would have been:

= 35000\times (\frac{F}{P}, 4 \ percent,5 )

= 35000\times 1.216 7

= 42584.50

Now,

time (t) will be:

= 5\times 12

= 60 \ monthly \ payments

So, monthly payment will be:

= 42582.85\times (\frac{A}{P}, 0.5 \ percent,60 )

= 42584.50\times 0.0193

= 821.88

You might be interested in
The component of a regenerative vapor power cycle that permits only liquid to pass through to a region of lower pressure is a?
Zepler [3.9K]

The component of a regenerative vapor power cycle that permits only liquid to pass through to a region of lower pressure is a Valve/trap.

<h3>What is vapor?</h3>
  • In physics, a substance in the gas phase at a temperature lower than its critical temperature is referred to as a vapor or vapor.
  • This means that the vapor can be condensed to a liquid by increasing the pressure on it without decreasing the temperature.
  • An aerosol is distinct from a vapor.
  • A suspension of minute liquid, solid, or both types of particles in a gas is known as an aerosol.
<h3>Why does vapor form?</h3>
  • Evaporation or sublimation are two processes that can be used to create it.
  • Unlike clouds, fog, or mist, which are only suspended drops of liquid water in the atmosphere, watevaporur is a gas and cannot be seen.
  • In the atmosphere, water vapor frequently exists below the boiling point.

Learn more about vapor here:

brainly.com/question/14578189

#SPJ4

3 0
1 year ago
Q1. (20 marks) Entropy Analysis of the heat engine: consider a 35% efficient heat engine operating between a large, high- temper
Anvisha [2.4K]

The rate of gain for the high reservoir would be 780 kj/s.

A. η = 35%

\frac{w}{Q1} = \frac{35}{100}

W = 1.2*\frac{35}{100}*1000kj/s

W = 420 kj/s

Q2 = Q1-W

= 1200-420

= 780 kJ/S

<h3>What is the workdone by this engine?</h3>

B. W = 420 kj/s

= 420x1000 w

= 4.2x10⁵W

The work done is 4.2x10⁵W

c. 780/308 - 1200/1000

= 2.532 - 1.2

= 1.332kj

The total enthropy gain is 1.332kj

D. Q1 = 1200

T1 = 1000

\frac{1200}{1000} =\frac{Q2}{308} \\\\Q2 = 369.6 KJ

<h3>Cournot efficiency = W/Q1</h3>

= 1200 - 369.6/1200

= 69.2 percent

change in s is zero for the reversible heat engine.

Read more on enthropy here: brainly.com/question/6364271

6 0
2 years ago
Which of the following headlines about the French Revolution is not true?
Sever21 [200]

Answer:

d) "Napoleon Declares Himself Holy Roman Emperor"

Explanation:

The French Revolution is defined as a period of the major social upheaval which began in the year 1787 and lasted till year 1799. This revolution completely redefined the the very nature of the political power in France. and also the relationship between the rulers of France and the people they governed.

The 1789 Estates-General was the 1st meeting since year 1614 of the French Estates-General. It is a general assembly which represents the French estates of  realm.

During the French revolution was at peak, the National Assembly issued the Declaration of the rights of the man to the public.

Maximilien Robespierre was considered to be one of the most influential figure and most important statesman during the French Revolution.

Thus all the options (a),(b) and (c) are headlines about the French Revolution, except option (d).

3 0
3 years ago
What is the difference between a discrete and continuous system?
Serjik [45]

Answer:Discrete system are those system which change the state at the discrete point of time and continuous system are those which have state change at continuous period of time.

Explanation:

  • The major difference between discrete and continuous system is that, discrete system has state change over a discontinuous time period whereas the change of state in continuous system is over a continuous time period .
  • Variations can be found in the discrete system signal but  in continuous system variation cannot be found input and output signal.
  • Example:-

       Discrete system:-employees reporting at office at different time like

       9:10am, 9:15am etc              

       <u> Continuous system</u>:-the water flow over a dam in particular quantity                    

7 0
3 years ago
java Your program class should be called RomanNumerals Write a program that asks the user to enter a number within the range of
Ann [662]

Answer:

// Scanner class is imported to allow program

// receive input

import java.util.Scanner;

// RomanNumerals class is defined

public class RomanNumerals {

   // main method that signify beginning of program execution

   public static void main(String args[]) {

       // Scanner object scan is created

       // it receive input via keyboard

       Scanner scan = new Scanner(System.in);

       // Prompt is display asking the user to enter number

       System.out.println("Enter your number: ");

       // the user input is stored at numberOfOrder

       int number = scan.nextInt();

     

           // switch statement which takes number as argument

           // the switch statement output the correct roman numeral

           // depending on user input

          switch(number){

           case 1:

               System.out.println("I");

               break;

           case 2:

               System.out.println("II");

               break;

           case 3:

               System.out.println("III");

               break;

           case 4:

               System.out.println("IV");

               break;

           case 5:

               System.out.println("V");

               break;

           case 6:

               System.out.println("VI");

               break;

           case 7:

               System.out.println("VII");

               break;

           case 8:

               System.out.println("VIII");

               break;

           case 9:

               System.out.println("IX");

               break;

           case 10:

               System.out.println("X");

               break;

           // this part is executed if user input is not between 1 to 10

           default:

               System.out.println("Error. Number must be between 1 - 10.");

     }

   }

}

Explanation:

The program is well commented. A sample image of program output is attached.

The switch statement takes the user input (number) as argument as it goes through each case block in the switch statement and match with the corresponding case to output the roman version of that number. If the number is greater 10 or less than 1; the default block is executed and it display an error message telling the user that number must be between 1 - 10.

6 0
3 years ago
Read 2 more answers
Other questions:
  • A gas in a piston–cylinder assembly undergoes a compression process for which the relation between pressure and volume is given
    10·1 answer
  • 4.2 A vapor compression refrigeration machine uses 30kW of electric power to produce 50 tons of cooling. What is
    14·1 answer
  • Define initial set and final set. Briefly discuss one method used to determine them. The following laboratory tests are performe
    12·1 answer
  • 6. PVC boxes are primarily used in new construction because it is simple to
    11·1 answer
  • The density of a certain material is such that it weighs 9 pounds per cubic foot of
    10·1 answer
  • A_____ transducer is a device that can convert an electronic controller output signal into a standard pneumatic output. A. pneum
    13·1 answer
  • Basic concepts surrounding electrical circuitry?​
    8·1 answer
  • List and explain the major features that the following building designs must have to relate directly to their functions.
    11·1 answer
  • Please help! timed test. This about electrical control. Please be serious.
    15·1 answer
  • What’s the answer to this I don’t understand
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!