Answer:
192
Step-by-step explanation:
To find how many phones are expected to be defective, we need to represent the values in a fraction.

x = number of defective phones
Now we can solve this using algebra.
To get the value of x we need to multiply both sides by 8000 to leave x alone.



So around 192 cell phones are expected to be defective out of 8000 phones.
Answer:
Using c++
Check the image for colors.
Step-by-step explanation:
#include <iostream>
using namespace std;
int main()
{
float length1,length2,width1,width2,area1,area2;
cout<<"length of Rectangle 1\n";
cin>>length1;
cout<<"\nwidth of Rectangle 1\n";
cin>>width1;
cout<<"\nlenght of Rectangle 2\n";
cin>>length2;
cout<<"\nwidth of Rectangle 2\n";
cin>>width2;
area1=length1*width1;
area2=length2*width2;
if (area1<area2)
{cout << "\nRectangle 2 has greater area";}
else {
if (area1>area2)
{cout << "\nRectangle 1 has greater area";}
else {cout << "\nAreas are the same";}
}
return 0;
}
Hey there mate!
Your correct answer would be
![\left[\begin{array}{ccc}\boxed{\boxed{ 4/6 = 6/9}}\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D%5Cboxed%7B%5Cboxed%7B%204%2F6%20%3D%206%2F9%7D%7D%5Cend%7Barray%7D%5Cright%5D%20)
This would be because 4/6 is almost 1 as a whole, and also, 6/9 is almost 1, as a whole, so this would totally make sense for this to be a proportional.
Hope this helps you budd!
4g-12 g=5. 4(5)-12=8. 4 times 5 equals 20 and 20-12 equals 8. So your answer is 8
Let success be that a plant dies in the winter and failure be that a plant survives the winter, then
p = 0.05, q = 1 - 0.05 = 0.95
a.) P(1 or more will not survive the winter) = 1 - P(all will survive the winter) = 1 - P(0) = 1 - 10C0 (0.05)^0 (0.95)^10 = 1 - 1(1)(0.5987) = 0.4013
b.) P(all will survive) = P(none will die) = P(0) = 0.5987