Answer:
It will not experience fracture when it is exposed to a stress of 1030 MPa.
Explanation:
Given
Klc = 54.8 MPa √m
a = 0.5 mm = 0.5*10⁻³m
Y = 1.0
This problem asks us to determine whether or not the 4340 steel alloy specimen will fracture when exposed to a stress of 1030 MPa, given the values of <em>KIc</em>, <em>Y</em>, and the largest value of <em>a</em> in the material. This requires that we solve for <em>σc</em> from the following equation:
<em>σc = KIc / (Y*√(π*a))</em>
Thus
σc = 54.8 MPa √m / (1.0*√(π*0.5*10⁻³m))
⇒ σc = 1382.67 MPa > 1030 MPa
Therefore, the fracture will not occur because this specimen can handle a stress of 1382.67 MPa before experience fracture.
so people dont die whaddya think?
Answer:
Java program explained below
Explanation:
FindSpecialNumber.java
import java.util.Scanner;
public class FindSpecialNumber {
public static void main(String[] args) {
//Declaring variable
int number;
/*
* Creating an Scanner class object which is used to get the inputs
* entered by the user
*/
Scanner sc = new Scanner(System.in);
//getting the input entered by the user
System.out.print("Enter a number :");
number = sc.nextInt();
/* Based on user entered number
* check whether it is special number or not
*/
if (number == -99 || number == 0 || number == 44) {
System.out.println("Special Number");
} else {
System.out.println("Not Special Number");
}
}
}
_______________
Output#1:
Enter a number :-99
Special Number
Output#2:
Enter a number :49
Not Special Number
Answer:
1. 0.50
2. 0.75
3. 0.65
Explanation:
1. For the bid being successful with a 50-50 chance, we have the probability:
50/(50 + 50) = 50 / 100 = 0.50
2. Given the request for additional info:
Probability = probability of request and successful / probability of successful
= 75 / 100 = 0.75
3. We will evaluate the probability of being successful given its request
We will use the Bayesian theorem
= [P(request | successful) * P(successful)] / [P(request | successful) * P(successful) + P(request | unsuccessful) * P(unsuccessful)]
= ( 0.75 * 0.5) / (0.75 * 0.5 + 0.4 * 0.5)
= 0.65
Yes it does have a large spot