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
I am Lyosha [343]
3 years ago
13

A European car manufacturer reports that the fuel efficiency of the new MicroCar is 48.5 km/L highway and 42.0 km/L city. What a

re the equivalent fuel efficiency rates in miles per gallon?
Engineering
1 answer:
statuscvo [17]3 years ago
3 0

Answer:

Fuel efficiency for highway = 114.08 miles/gallon

Fuel efficiency for city = 98.79 miles/gallon

Explanation:

1 gallon = 3.7854 litres

1 mile = 1.6093 km

Let's first convert the efficiency to km/gallon:

48.5 km/litre = (48.5 * 3.7854) km/gallon

48.5 km/litre =  183.5919 km/gallon (highway)

42.0 km/litre = (42.0 * 3.7854) km/gallon

42.0 km/litre = 158.9868 km/gallon (city)

Next, we convert these to miles/gallon:

183.5919 km/gallon = (183.5919 / 1.6093) miles/gallon

183.5919 km/gallon = 114.08 miles/gallon (highway)

158.9868 km/gallon = (158.9868 /1.6093) miles/gallon

158.9868 km/gallon = 98.79 miles/gallon (city)

You might be interested in
A spherical gas container made of steel has a(n) 17-ft outer diameter and a wall thickness of 0.375 in. Knowing that the interna
Arte-miy333 [17]

Answer:

Maximum Normal Stress σ = 8.16 Ksi

Maximum Shearing Stress τ = 4.08 Ksi

Explanation:

Outer diameter of spherical container D = 17 ft

Convert feet to inches D = 17 x 12 in = 204 inches

Wall thickness t = 0.375 in

Internal Pressure P = 60 Psi

Maximum Normal Stress σ = PD / 4t

σ = PD / 4t

σ = (60 psi x 204 in) / (4 x 0.375 in)

σ = 12,240 / 1.5

σ = 8,160 P/in

σ = 8.16 Ksi

Maximum Shearing Stress τ = PD / 8t

τ = PD / 8t

τ = (60 psi x 204 in) / (8 x 0.375 in)

τ = 12,240 / 3

τ = 4,080 P/in

τ = 4.08 Ksi

7 0
3 years ago
What is the primary responsibility of ABET?
nalin [4]

Answer:

C

Explanation:

The ABET (Accreditation Board for Engineering and Technology) is a non-governmental organization that accredits programs in applied science, computing, engineering, and engineering technology, both in the United States and elsewhere.

Give Brainliest pls

5 0
3 years ago
One or more parties may terminate an agency relationship by placing into the agreement a time period for termination. When that
iVinArrow [24]

Answer:

Explanation:

Complete question:

Fill in the blanks

One or more parties may terminate an agency relationship by placing into the agreement a time period for termination. When that time ,___1______the agency ends. In addition, the parties can specify that the agency is for a particular____2______ . Once that is achieved, the agency ends. Alternatively, the parties can include a specific event as a trigger for termination; once that event,_____3______ the agency ends. The parties can terminate an agency relationship prior to any of the preceding events by ______4_________agreement, or revocation_____5______ by individual party.

Answer

1) lapses

(2) purpose

(3) occurs / begins

(4) mutual

(5) either

8 0
3 years ago
Q4 a.
dedylja [7]

The Java program that accepts a matrix of M × N order and then interchanges diagonals of the matrix is given below:

<h3>Steps:  </h3>
  • 1. We can only interchange diagonals for a square matrix.
  • 2. Therefore, we would have to create a square matrix of size [M × M].
  • 3. We would check whether the matrix is a square matrix or not. If the matrix is square then follow step 3 else terminate the program.
  • 4. Apply logic for interchange diagonal of the matrix some logic is given below.

<h3>Java Code</h3>

//  Java Program to Accept a Matrix of Order M x N &

//  Interchange the Diagonals

import java.util.Scanner;

public class InterchangeDiagonals {

   public static void main(String[] args)

   {

       // declare variable

       int m, n, i, j, temp;

       // create a object of scanner class

       Scanner sc = new Scanner(System.in);

       System.out.print("Enter number of rows ");

       // take number of rows

       m = sc.nextInt();

       System.out.print("Enter number of columns ");

       // take number of columns

       n = sc.nextInt();

       // declare a mxn order array

       int a[][] = new int[m][n];

       // if block it's execute when m is equals to n

       if (m == n) {

           System.out.println(

               "Enter all the values of matrix ");

           // take the matrix inputs

           for (i = 0; i < m; i++) {

               for (j = 0; j < n; j++) {

                   a[i][j] = sc.nextInt();

               }

           }

           System.out.println("original Matrix:");

           // print the original matrix

           for (i = 0; i < m; i++) {

               for (j = 0; j < n; j++) {

                   System.out.print(a[i][j] + " ");

               }

               System.out.println("");

           }

          // perform interchange

           for (j = 0; j < m; j++) {

               temp = a[j][j];

               a[j][j] = a[j][n - 1 - j];

               a[j][n - 1 - j] = temp;

           }

           System.out.println(

               " after interchanging diagonals of matrix ");

           // print interchanged matrix

           for (i = 0; i < m; i++) {

               for (j = 0; j < n; j++) {

                   System.out.print(a[i][j] + " ");

               }

               System.out.println("");

           }

       }

       // else block it's only execute when m is not equals

       // to n

       else {

           System.out.println("Rows not equal to columns");

       }

   }

}

Read more about java programming here:

brainly.com/question/18554491

#SPJ1

7 0
1 year ago
Compare and contrast ""centralized"" and ""decentralized"" routing algorithms. (What are the advantages and disadvantages of eac
pantera1 [17]

Answer:

Comparison between centralized and decentralized routing algorithms:

The major similarity between both centralized and decentralized routing algorithms is that they are both communication serving systems. They both utilize node system(e.g, computer) and are both a communication liking system( e.g, Cable).

Contrasting between centralized and decentralized routing algorithms:

There are few differences between these two type of communication link or path way system but to name a couple of them,

For centralized, there is a single client server distribution node which simply means that one or more client server system are connected to a central processing server.

This also means that if the central processing server or pathway fails, it leads to the failure of the entire system. That is, there is no sending, responding or general processing of any form of requests. Example of a system that uses the centralized routing algorithm is the google search engine.

WHILE:

for the decentralized routing algorithms, there are multiple client server distribution pathway and each server makes its own decision. Here,there is no single entity that receives and responds to the request therefore,failure of any form of central path way processing node does not lead to the failure of the whole system unlike for the centralized system.

Advantages of centralized routing algorithm:

It can be easily protected or secured due to the nature of the system. If the central node is been secured, it generally translate to the different client node being secured.

It is easy to disconnect a connected client node from the central pathway node or central server as the case may be.

Disadvantages of centralized routing algorithm:

The client nodes are totally dependent on the central node or server so if there is a failure in the central server, the client node is then totally shut down.

Advantages of decentralized routing algorithm:

There is a random distribution of data on all the processing node or server which automatically creates a form of balance within the system. This leads to minimal or no down time processing client request.

Disadvantages of decentralized routing algorithm:

Due to the nature or fact that there are multiple processing system for different client node, it is difficult to detect which client node or request processing server is faulty. This can lead to delay in the fixing of fault in the system should it arise.

Why do we prefer a ""decentralized"" algorithm for routing messages through the internet?

The major reason why decentralized algorithm routing is preferred is because of the level of security attached to it. Each processing servers are secured independently and there is privilege of utilizing independent networking system.

5 0
3 years ago
Other questions:
  • Write multiple if statements:
    6·1 answer
  • The _____ is a voice for small business.
    7·1 answer
  • In order to test the feasibility of drying a certain foodstuff, drying data were obtained in a tray dryer with air flow over the
    14·1 answer
  • Choose the true statement from those shown below: A Merchant Account allows you to use SSL on your web site. Disadvantages of us
    14·1 answer
  • Select the statement that is false.
    12·1 answer
  • A team member who has been a good worker for many years has recently been doing poor work. You suspect that he may be tired of h
    6·1 answer
  • Suppose that the voltage is reduced by 10 percent (to 90 VV). By what percentage is the power reduced? Assume that the resistanc
    10·1 answer
  • Sam promises to pay Sandy $2,000 in four years and another $3,000 four years later for a loan of $2,000 from Sandy today. What i
    8·1 answer
  • Please answer the questions !
    8·1 answer
  • Pleae answer brainlest due today
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!