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
snow_tiger [21]
3 years ago
13

Tech A says that LED brake lights illuminate faster than incandescent bulbs. Tech B says that LED brake lights have

Engineering
1 answer:
nikdorinn [45]3 years ago
3 0

Answer:

Both

Explanation:

You might be interested in
What are the basic parts of a radio system
Romashka-Z-Leto [24]
Today's radio consists of an antenna, printed circuit board, resistors, capacitors, coils and transformers, transistors, integrated circuits, and a speaker. All of these parts are housed in a plastic case. An internal antenna consists of small-diameter insulated copper wire wound around a ferrite core.
4 0
4 years ago
Amanda and Tyler opened a business that specializes in shipping liquids, such as milk, juice, and water, in cylindrical containe
USPshnik [31]

Answer:

circleType.h

#ifndef circleType_H

#define circleType_H

class circleType

{

public:

void print();

void setRadius(double r);

//Function to set the radius.

//Postcondition: if (r >= 0) radius = r;

// otherwise radius = 0;

double getRadius();

//Function to return the radius.

//Postcondition: The value of radius is returned.

double area();

//Function to return the area of a circle.

//Postcondition: Area is calculated and returned.

double circumference();

//Function to return the circumference of a circle.

//Postcondition: Circumference is calculated and returned.

circleType(double r = 0);

//Constructor with a default parameter.

//Radius is set according to the parameter.

//The default value of the radius is 0.0;

//Postcondition: radius = r;

private:

double radius;

};

#endif

circleTypeImpl.cpp

#include <iostream>

#include "circleType.h"

using namespace std;

void circleType::print()

{

cout << "Radius = " << radius

<< ", area = " << area()

<< ", circumference = " << circumference();

}

void circleType::setRadius(double r)

{

if (r >= 0)

radius = r;

else

radius = 0;

}

double circleType::getRadius()

{

return radius;

}

double circleType::area()

{

return 3.1416 * radius * radius;

}

double circleType::circumference()

{

return 2 * 3.1416 * radius;

}

circleType::circleType(double r)

{

setRadius(r);

}

cylinderType.h

#ifndef cylinderType_H

#define cylinderType_H

#include "circleType.h"

class cylinderType: public circleType

{

public:

void print();

void setHeight(double);

double getHeight();

double volume();

double area();

//returns surface area

cylinderType(double = 0, double = 0);

private:

double height;

};

#endif

cylinderTypeImpl.cpp

#include <iostream>

#include "circleType.h"

#include "cylinderType.h"

using namespace std;

cylinderType::cylinderType(double r, double h)

: circleType(r)

{

setHeight(h);

}

void cylinderType::print()

{

cout << "Radius = " << getRadius()

<< ", height = " << height

<< ", surface area = " << area()

<< ", volume = " << volume();

}

void cylinderType::setHeight(double h)

{

if (h >= 0)

height = h;

else

height = 0;

}

double cylinderType::getHeight()

{

return height;

}

double cylinderType::area()

{

return 2 * 3.1416 * getRadius() * (getRadius() + height);

}

double cylinderType::volume()

{

return 3.1416 * getRadius() * getRadius() * height;

}

main.cpp

#include <iostream>

#include <iomanip>

using namespace std;

#include "cylinderType.h"

int main()

{

double radius,height;

double shippingCostPerLi,paintCost,shippingCost=0.0;

 

cout << fixed << showpoint;

cout << setprecision(2);

cout<<"Enter the radius :";

cin>>radius;

 

cout<<"Enter the Height of the cylinder :";

cin>>height;

 

 

cout<<"Enter the shipping cost per liter :$";

cin>>shippingCostPerLi;

 

 

//Creating an instance of CylinderType by passing the radius and height as arguments

cylinderType ct(radius,height);

 

double surfaceArea=ct.area();

double vol=ct.volume();

 

 

shippingCost+=vol*28.32*shippingCostPerLi;

 

char ch;

 

cout<<"Do you want the paint the container (y/n)?";

cin>>ch;

if(ch=='y' || ch=='Y')

{

cout<<"Enter the paint cost per sq foot :$";

cin>>paintCost;    

shippingCost+=surfaceArea*paintCost;    

}    

cout<<"Total Shipping Cost :$"<<shippingCost<<endl;

 

return 0;

}

3 0
3 years ago
A steel bar 110 mm long and having a square cross section 22 mm on an edge is pulled in tension with a load of 89,000 N, and exp
iragen [17]

Answer:

Elastic modulus of steel  = 202.27 GPa

Explanation:

given data

long = 110 mm = 0.11 m

cross section 22 mm  = 0.022 m

load = 89,000 N

elongation = 0.10 mm = 1 × 10^{-4} m

solution

we know that Elastic modulus is express as

Elastic modulus = \frac{stress}{strain}    ................1

here stress is

Stress = \frac{Force}{area}       .................2

Area = (0.022)²

and  

Strain = \frac{extension}{length}       .............3

so here put value in equation 1 we get

Elastic modulus = \frac{89,000\times 0.11}{0.022^2 \times 1 \times 10^{-4} }  

Elastic modulus of steel = 202.27 × 10^9 Pa

Elastic modulus of steel  = 202.27 GPa

3 0
4 years ago
Consider two different versions of algorithm for finding gcd of two numbers (as given below), Estimate how many times faster it
juin [17]

Answer:

Explanation:

Step 1:

a) The formula for compute greatest advisor is

     gcd(m,n) = gcd (n,m mod n)

the gcd(31415,14142) by applying Euclid's algorithm is

    gcd(31,415,14,142) =gcd(14,142,3,131)

                                  =gcd=(3,131, 1,618)

                                   =gcd(1,618, 1,513)

                                   =gcd(1,513, 105)

                                   =gcd(105, 43)

                                    =gcd(43, 19)

                                     =gcd(19, 5)

                                      =gcd(5, 4)

                                      =gcd(4, 1)

                                      =gcd(1, 0)

                                      =1

STEP 2

b)  The number of comparison of given input with the algorithm based on  checking consecutive integers and Euclid's algorithm is

     The number of division using Euclid's algorithm =10 from part (a)

      The consecutive integer checking algorithm:

      The number of iterations =14,142 and 1 or 2 division of iteration.

        14,142 ∠= number of division∠ = 2*14,142

         Euclid's algorithm is faster by at least 14,142/10 =1400 times

          At most 2*14,142/10 =2800 times.

5 0
3 years ago
Consider a Carnot refrigeration cycle executed in a closed system in the saturated liquid–vapor mixture region using 1.06 kg of
Alexxandr [17]

Answer:

P_m_i_n = 442KPA

Explanation:

We are given:

m = 1.06Kg

T_H = 1.2T_L

T = 22kj

Therefore we need to find coefficient performance or the cycle

COP_R = \frac {1}{(T_R/T_l) -1}

= \frac {1 }{1.2-1}

= 5

For the amount of heat absorbed:

Q_l = COP_R Wm

= 5 × 22 = 110KJ

For the amount of heat rejected:

Q_H = Q_L + W_m

= 110 + 22 = 132KJ

[tex[ q_H = \frac{Q_L}{m} [/tex];

= = \frac{132}{1.06}

= 124.5KJ

Using refrigerant table at hfg = 124.5KJ/Kg we have 69.5°c

Convert 69.5°c to K we have 342.5K

To find the minimum temperature:

T_L = \frac{T_H}{1.2};

T_L = \frac{342.5}{1.2}

= 285.4K

Convert to °C we have 12.4°C

From the refrigerant R -134a table at T_L = 12.4°c we have 442KPa

6 0
3 years ago
Other questions:
  • Thermal energy generated by the electrical resistance of a 5-mm-diameter and 4-m-long bare cable is dissipated to the surroundin
    12·1 answer
  • For each of the following stacking sequences found in FCC metals, cite the type of planar defect that exists:
    7·1 answer
  • 12. Dies are turned using a special tool called a/an
    10·1 answer
  • What quantity measures the effect of change?
    12·2 answers
  • Parting tool purpose
    13·1 answer
  • Which type of engineer often works with radar, communication, and navigation systems? electrical engineer chemical engineer indu
    7·1 answer
  • What are the functions of the peripheral nervous system
    6·2 answers
  • What do Engineering Systems achieve?
    8·1 answer
  • How does science and technology address the problems of the society?
    6·2 answers
  • Whats the purpose of the keyway
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!