Answer:
Explanation:
This is not a question so to say. This is more like a complaint about how the platform works. Are you needing help with solving a personal problem or having troubles with the platform in itself
The coefficient of static friction is the ratio of the maximum static friction force (F) between the surfaces in contact before movement commences to the normal (N) force.
<h3>What is coefficient of static friction formula?</h3>
- The friction coefficient is the ratio of the normal force pushing two surfaces together to the frictional force preventing motion between them.
- Typically, it is represented by the Greek letter mu (). In terms of math, is equal to F/N, where F stands for frictional force and N for normal force.
- The ratio of the greatest static friction force (F) between the surfaces in contact before movement starts to the normal force (N) is known as the coefficient of static friction.
- A body and a surface have static and kinetic friction coefficients of 0.75 and 0.5, respectively. The body is forced to slide with a constant acceleration that is equal to A. g4 by applying a force.
Find the attachment answer.
Learn more about coefficient of static friction refer to :
brainly.com/question/25050131
#SPJ4
Answer:
The solid rod BC has a diameter of 30 mm and is made of an aluminum for which the allowable shearing stress is 25 MPa. Rod AB is hollow and has an outer diameter of 25 mm; it is made of a brass for which the allowable shearing stress is 50 MPa.
Answer:
#include <iostream>
using namespace std;
int main()
{
int inputNumber ;
cout << "Enter an interstate highway number:";
cin >> inputNumber ;
if(inputNumber<=0 || inputNumber >= 1000)
cout << inputNumber << " is not a valid interstate highway number" << endl ;
else{
if(inputNumber > 99){
cout << "I-"<<inputNumber<< " is auxiliary, ";
int temp = inputNumber % 100 ;
cout <<"serving I-"<<temp<<", ";
if(temp%2==0){
cout << "going east/west." << endl;
}
else{
cout << "going north/south." << endl;
}
}
else{
cout << "I-"<<inputNumber<< " is primary, ";
if(inputNumber%2==0){
cout << "going east/west." << endl;
}
else{
cout << "going north/south." << endl;
}
}
}
return 0;
}
Explanation:
- Check if input number is greater than 99, then display that the input number is auxiliary.
-
Check if remainder of input number/2 is equal to 0, then display that going east/west.
A marker is a pen with a thick tip made of felt, which is used for drawing and for coloring things.