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
Kaylis [27]
3 years ago
5

A body of weight 300N is lying rough

Engineering
1 answer:
kumpel [21]3 years ago
6 0

Answer:

Horizontal force = 89.2 N

Explanation:

The frictional force = coefficient of friction * magnitude of the force (weight of the body) * cos theta

Substituting the given values, we get -

Frictional Force = 0.3*300 * cos 25 = 89.2 N

Horizontal force = 89.2 N

You might be interested in
1. The system must be able to manage multiple students (max of 15) and their grades for assignments from three different assignm
mr_godi [17]

Answer:

#include<iostream>

#include<string.h>

using namespace std;

class gradebook;

class student

{

friend class gradebook;

char name[20]; // std name

int homework_grades[6], quiz_grades[6], exam_grades[4]; //grades array

float homework_avg, quiz_avg, exam_avg, final_avg;

};

class gradebook

{

student list[16];

public:

char gb_name[20]; // gradebook name

int max, total;

// Constructor

gradebook()

{

strcpy(gb_name,"noname");

max = 5;

total = 0;

for(int i=1;i<=15;i++)

{

strcpy(list[i].name,"noname");

for(int j=1;j<=5;j++)

{

list[i].homework_grades[j] = -1;

list[i].quiz_grades[j] = -1;

}

list[i].exam_grades[1] = list[i].exam_grades[2] = list[i].exam_grades[3] = -1;

}

}

// Member functions

void display_std_name();

void display_grades(int, int);

int add_std(char *new_name);

int remove(int);

//int ch_grade(int, int);

};

// Define all functions

// Remove a student from list and adjust remaining

int gradebook::remove(int std_id)

{

if(total==0 || std_id>total || std_id<=0)

return 0;

if(std_id==total)

{

cout<<"\n“"<<list[std_id].name<<"” has been successfully removed! (New class size: 2)";

strcpy(list[total--].name,"noname");

return 1;

}

cout<<"\n“"<<list[std_id].name<<"” has been successfully removed! (New class size: 2)";

for(int i=std_id; i<total; i++)

{

list[i]=list[i+1];

}

total--;

return 1;

}

// Add student to gradebook

int gradebook::add_std(char *new_name)

{

if(total<15)

{

strcpy(list[++total].name, new_name);

return 1;

}

return 0;

}

// Display student name list

void gradebook::display_std_name()

{

for(int i=1;i<=total;i++)

{

cout<<"\n"<<i<<" "<<list[i].name;

}

}

/* Display grades of students

// (grade_id, student_number_in_list)

homework(1), quiz(2), exam(3)

*/

void gradebook::display_grades(int g_id, int std_id)

{

int i;

if(std_id<=total)

{

if(g_id==1)

{

for(i=1;i<6;i++)

{

cout<<"\n"<<i<<". ";

if(list[std_id].homework_grades[i]==-1) cout<<"<ungraded>";

}

}

else if(g_id==2)

{

for(i=1;i<6;i++)

{

cout<<"\n"<<i<<". ";

if(list[std_id].quiz_grades[i]==-1) cout<<"<ungraded>";

}

}

else if(g_id==3)

{

for(i=1;i<4;i++)

{

cout<<"\n"<<i<<". ";

if(list[std_id].exam_grades[i]==-1) cout<<"<ungraded>";

}

}

}

else

cout<<"\nNo such std exists";

}

/****************************** MAIN ****************************/

int main()

{

int main_choice, grade_choice, std_id, new_grade;

char g_name[20], s_name[20];

float a,b,c;

gradebook g;

do

{

cout<<"\n\n-=| MAIN MENU |=-";

cout<<"\n1. Add a student\n2. Remove a student\n3. Change a student’s grade\n4. Change group weights\n5. Change the gradebook name\n6. Display class averages\n7. Display full report\n0. QUIT\n";

cout<<"\nEnter an action: ";

cin>>main_choice;

switch(main_choice)

{

case 0:

break;

case 1:

cout<<"\n-=| ADDING STUDENT |=-";

cout<<"\nPlease enter the student’s name: ";

cin>>s_name;

if(g.add_std(s_name))

cout<<"\n"<<s_name<<" was successfully added to the gradebook!";

else

cout<<"\nStudents cannot be added because the gradebook is full!";

break;

case 2:

cout<<"\n-=| REMOVING STUDENT |=-";

if(g.total!=0)

{

g.display_std_name();

cout<<"\n Enter student to remove: ";

cin>>std_id;

if(!g.remove(std_id))

cout<<"\nCannot remove students";

}

else

cout<<"\nStudents cannot be added because the gradebook is full!";

break;

case 3:

cout<<"\n-=| CHANGING GRADE |=-\n1. Change a homework grade\n2. Change a quiz grade\n3. Change an exam grade";

cout<<"\nWhat type of grade would you like to change: ";

cin>>grade_choice;

g.display_std_name();

cout<<"\nWhich student’s grade would you like to change? ";

cin>>std_id;

//ch_grade(grade_choice, std_id);

g.display_grades(grade_choice, std_id);

break;

/*

case 4:

cout<<"\n-=| CHANGING WEIGHTS |=-";

while(1)

{

cout<<"\nEnter the weights, separated by spaces, in the order of homework, quizzes, and exams (total must add up to 1.0):";

cin>>a>>b>>c;

if(a+b+c==1.00)

break;

else

cout<<"\n Weights do not add up to 1.0, try again...";

}

break;

case 5:

cout<<"\n-=| CHANGING NAME |=-\nPlease enter the new name for the gradebook: ";

cin>>g_name;

cout<<"\n Gradebook name changed from “ ” to "<<g_name;

break;

case 6:

cout<<"\n-=| CLASS AVERAGES |=-";

cout<<"\nHomework average of class: ";

cout<<"\nQuiz average of class: ";

cout<<"\nExam average of class: ";

cout<<"\nFinal average of class: ";

break;

case 7:

break;

*/

default:

cout<<"\n\nInvalid input\n\n";

}

}while(main_choice!=0);

return 0;

}

Explanation:

6 0
3 years ago
Water flows in a pipeline. At a point in the line where the diameter is 7 in., the velocity is 12 fps and the pressure is 50 psi
PolarNik [594]

Answer:

a)   P₂ = 3219.11 lbf / ft² , b)    P₂ = 721.91 lbf / ft² , c)  P₂ = 5707.31 lbf / ft²

Explanation:

For this exercise we can use the fluid mechanics equations, let's start with the continuity equation, index 1 is for the starting point and index 2 for the end point of the reduction

     A₁ v₁ = A₂ v₂

     v₂ = v₁ A₁ / A₂

The area of ​​a circle is

    A = π r² = π/4  d²

     v₂ = v₁ (d₁ / d₂)²

Let's calculate

    v₂ = 12 (7/3)²

    v₂ = 65 feet / s

Now let's use Bernoulli's equation

     P₁ + ½ ρ v₁² + ρ g y₁ = P₂ + ½ ρ v₂² + ρ g y₂

     P₁ - P₂ = ρ g (y₂ –y₁) + ½ ρ (v₂² - v₁²)

Case 1. The pipe is horizontal, so

      y₁ = y₂

      P₁ - P₂ = ½ ρ  (v₂² –v₁²)

      P₂ = P₁ - ½ ρ (v₂² –v₁²)

     ρ = 62.43 lbf / ft³

     P₁ = 50 psi (144 lbf/ ft² / psi) = 7200 lbf / ft²

    P₂ = 7200 - ½ 62.43 / 32 (65² -12²)

    P₂ = 7200 - 3980.89

    P₂ = 3219.11 lbf / ft²

Case 2 vertical pipe with water flow up

        y₂ –y₁ = 40 ft

        P₁ - P₂ = ρ g (y₂ –y₁) + ½ rho (v₂² - v₁²)

        7200 - P₂ = 62.43 (40) + ½ 62.43 / 32 (65 2 - 12 2) =

        P₂ = 7200 - 2497.2 - 3980.89

         P₂ = 721.91 lbf / ft²

Case 3. Vertical water pipe flows down

         y₂ –y₁ = -40

         P₂ = 7200 + 2497.2 - 3980.89

         P₂ = 5707.31 lbf / ft²

3 0
3 years ago
A technique for resolving complex repetitive waveforms into sine or cosine waves and a DC component is known as:
tatiyna

Answer:

(A) Fourier Analysis

Explanation:

Fourier Analysis  

It is the form of study of the way a general functions can be represented via the sum of the simple trigonometric functions .

It is named after Joseph Fourier , who represented a function as a sum of its trigonometric functions and it simplifies the study of the heat transfer .

Hence ,  

The technique for resolving the complex repetitive waveforms into the sine or the cosine waves and the DC component is known as the Fourier Analysis .

7 0
4 years ago
Electrical protective devices are designed to automatically
lutik1710 [3]

Answer:

can i have your number please

5 0
2 years ago
Read 2 more answers
2. Similar to problem 1, assume your computer system has a 32-bit byte-addressable architecture where addresses and data are eac
andreev551 [17]

Question:

The question is not complete. The question to answer was not added. See below the possible question and the answer.

a. How many blocks are in the cache with this new arrangement?

b. Calculate the number of bits in each of the Tag, Index, and Offset fields of the memory address.

C. Using the values calculated in part b, what is the actual total size of the cache including data, tags, and valid bits?

Answer:

(a) Number of blocks =  512 blocks

(b) Tag is 18

(c)  Total size of the cache = 8388608 bytes

Explanation:

a .

block size = 32 bytes

cache size = 16384 bytes

No.of blocks = 16384 / 32

No.pf blocks = 512 blocks

b.

Total address size = 32 bits

Address bits = Tag + Line index +block offset

Block Size = 32 bytes.

So block size = 25 bytes.

Hence Offset is 5

No . of Cache blocks = 512 blocks = 29 blocks

Hence line offset is 9

We know that Address bits = Tag + Line index +block offset

So , 32 =tag+9+5

tag = 32-(9+5)

So Tag is 18

c.

Data bits = 32 bits

Tag=18 bits

Valid bit is 1 bit

so Total cache size = 25+218+20

                                  = 223

                                  =8388608 bytes

7 0
4 years ago
Other questions:
  • Which of the following is NOT a characteristic of hazardous waste
    5·1 answer
  • When a thin glass tube is put into water, the water rises 1.4 cm. When the same tube is put into hexane, the hexane rises only 0
    10·1 answer
  • Air at 105 kPa and 37° C flows upward through a6-cm-diameter inclined duct at a rate of 65 L/s. The duct diameter is then reduce
    12·1 answer
  • A steam turbine has an inlet of 3 kg/s water at 1200 kPa, 350 °C and velocity 15 m/s. The exit is at 100 kPa, 150 °C and very lo
    13·1 answer
  • Investigative personalities prefer to work with:
    9·1 answer
  • Compute the theoretical density of ZnS given that the Zn-S distance and bond angle are 0.234 nm and 109.5o, respectively. The at
    6·1 answer
  • Shane's 100-watt radio draws 7 amps of current on a 120-volt circuit. What is the resistance in the radio?
    7·1 answer
  • Hi Pls answer
    14·2 answers
  • An unknown relative passes away and bequeaths upon you a small tract of land in Amherst. You decide to build a two-story storage
    14·1 answer
  • If it is safe to do so you should shut off your engine if it’s going to be idling for longer than?
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!