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
vovikov84 [41]
3 years ago
9

Technician a says that diesel engines can produce more power because air in fuel or not mix during the intake stroke. Technician

be says that diesel engines produce more power because they use excess air to burn feel who is correct
Engineering
1 answer:
mariarad [96]3 years ago
3 0

Answer:

Technician be says that diesel engines produce more power because they use excess air to burn feel who is correct

Explanation:

He is correct as many engines are run by diesel. It produces more power as that is how cars produce more power.

You might be interested in
Write a program to control the operation of the RED/GREEN/BLUE LED (LED2) as follows: 1. If no button is pressed, the LED should
aalyn [17]

Answer:

See explaination

Explanation:

int RED=10; int BLUE=11; int GREEN=12; int BUTTON1=8; int BUTTON2=9; void setup() { pinMode(RED, OUTPUT); pinMode(BLUE, OUTPUT); pinMode(GREEN, OUTPUT); pinMode(BUTTON1, INPUT); pinMode(BUTTON2, OUTPUT); } void loop() { int BTN1_STATE=digitalRead(BUTTON1); int BTN2_STATE=digitalRead(BUTTON2); if(BTN1_STATE==HIGH) { digitalWrite(BLUE, HIGH); delay(1000); // Wait for 1 second digitalWrite(BLUE, LOW); } if(BTN2_STATE==HIGH) { digitalWrite(RED, HIGH); delay(4000); // Wait for 4 seconds digitalWrite(RED, LOW); } if(BTN1_STATE==HIGH && BTN2_STATE==HIGH) { digitalWrite(GREEN, HIGH); delay(2000); // Wait for 2 second digitalWrite(GREEN, LOW); } }

4 0
3 years ago
A cylindrical metal specimen having an original diameter of 11.34 mm and gauge length of 53.3 mm is pulled in tension until frac
WINSTONCH [101]

Answer:

a) 70.29 %

b) 37%

Explanation:

percent reduction can be found from:

PR = 100*(π(do/2)^2-π(df/2)^2)/π(do/2)^2

     = 100*(π(11.34/2)^2-π(6.21/2)^2)/π(11.34/2)^2

     =70.29 %

percent elongation can be found from:

EL =L_f - Lo/Lo*100

    = (73.17 -53.3/53.3)*100

    = 37%

5 0
3 years ago
g Let the charges start infinitely far away and infinitely far apart. They are placed at (6 cm, 0) and (0, 3 cm), respectively,
irina1246 [14]

Answer:

a) V =10¹¹*(1.5q₁ + 3q₂)

b) U = 1.34*10¹¹q₁q₂

Explanation:

Given

x₁ = 6 cm

y₁ = 0 cm

x₂ = 0 cm

y₂ = 3 cm

q₁ = unknown value in Coulomb

q₂ = unknown value in Coulomb

A) V₁ = Kq₁/r₁

where   r₁ = √((6-0)²+(0-0)²)cm = 6 cm = 0.06 m

V₁ = 9*10⁹q₁/(0.06) = 1.5*10¹¹q₁

V₂ = Kq₂/r₂

where   r₂ = √((0-0)²+(3-0)²)cm = 3 cm = 0.03 m

V₂ = 9*10⁹q₂/(0.03) = 3*10¹¹q₂

The electric potential due to the two charges at the origin is

V = ∑Vi = V₁ + V₂ = 1.5*10¹¹q₁ + 3*10¹¹q₂ = 10¹¹*(1.5q₁ + 3q₂)

B) The electric potential energy associated with the system, relative to their infinite initial positions, can be obtained as follows

U = Kq₁q₂/r₁₂

where

r₁₂ = √((0-6)²+(3-0)²)cm = √45 cm = 3√5 cm = (3√5/100) m

then

U = 9*10⁹q₁q₂/(3√5/100)

⇒ U = 1.34*10¹¹q₁q₂

5 0
3 years ago
Mihuv8tr5qwertgyhjzxcvbnfr5y7nnbvcxzwertgyhujio vv solve the riddle
Inessa [10]

Answer:

v1QAZ3EDCRFV5TGB6YHNUJMIK,9OL0K9MIJNUHB7YGVTFCRDXESZWAq

Explanation:

qaAQzwsxedcnujmik,ol mkjuhtfcrxdZSWAQWSEDRFTGYHUJIKO,LP.; ,LMKJNUHTGDXESZWaEDRFTGHJKL,MNBVFDSWQAAWERTYUIOP;L,MNHGFDEWwertyuikolp;[l.,mnbvfre345678990098765434rtyhnbhju8765rtghjui875rfghji8765rfghju7654redfghu7643erfghji987yhjko987y

4 0
3 years ago
Read 2 more answers
Your program must output each student’s name in the form: last name followed by a comma, followed by a space, followed by the fi
Reptile [31]

Answer:

#include <iostream>

#include <string>

#include <fstream>

using namespace std;

char getStudentGrade(int testScore);

//Declare constant max students in file 10

const int maxStudents = 10;

struct StudentType

{

  string studentFName;

  string studentLName;

  int testScore;

  char grade;

};

void readStudentData(StudentType students[]){

  int i = 0;

 

  ifstream infile;

  infile.open("inputStudentData.txt");

 

 

  while (!infile.eof())

  {

   infile >> students[i].studentFName;

   infile >> students[i].studentLName;

   infile >> students[i].testScore;

   students[i].grade = getStudentGrade(students[i].testScore);

      i++;

  }

}

char getStudentGrade(int testScore){

  char grade;

  if(testScore >= 80) {

      grade = 'A';      

  }

  else if(testScore >= 60) {

      grade = 'B';

  }

  else if(testScore >= 50) {

      grade = 'C';  

  }

  else if(testScore >= 40) {

      grade = 'D';      

  }

  else {

      grade = 'F';  

  }

  return grade;

}

int main()

{

 

  StudentType students[10];

 

  readStudentData(students);

 

  for(int i=0;i<maxStudents;i++) {

      students[i].grade = getStudentGrade(students[i].testScore);

  }

 

  for(int i=0; i<maxStudents; i++){    

      cout << students[i].studentLName <<", " << students[i].studentFName << " " << students[i].grade << endl;

  }

  ofstream outputFile;

  outputFile.open ("outputStudentData.txt");

 

  for(int i=0; i<maxStudents; i++){    

      outputFile << students[i].studentLName <<", " << students[i].studentFName << " " << students[i].grade << endl;

  }

  outputFile.close();

  return 0;

}

3 0
3 years ago
Other questions:
  • I am trying to create a line of code to calculate distance between two points. (distance=[tex]\sqrt{ (x2-x1)^2+(y2-y1)^2}) My li
    5·1 answer
  • Consider a single crystal of some hypothetical metal that has the BCC crystal structure and is oriented such that a tensile stre
    10·1 answer
  • How an AK 47 gun was works​
    14·1 answer
  • What is a two stroke engine and what is a four stroke engine, please keep the definitions as simple as can be and please explain
    8·2 answers
  • If a machine uses LESS effort to overcome a given resistance force (if Fe is less than FR), it has an actual mechanical advantag
    13·1 answer
  • 5) Initially, the pressure and temperature of steam inside a solid capsule is at 100-pound force per square inch absolute (psia)
    6·1 answer
  • The price of a single item within a group of items is
    8·1 answer
  • What is the relationship between compressor work and COPR?
    14·1 answer
  • The primary of an ideal transformer has 400 turns and its secondary has 200 turns. Neglecting electrical losses, if the power in
    7·1 answer
  • Five Safety for vernier height guage​
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!