Answer:
let R represent red hair
let G represent green eyes
<em>from</em><em> </em><em>Baye's</em><em> </em><em>theorem</em><em>:</em>
<em>
</em>
P(RnG) = 5

Therefore:

The conditional relative frequency = 0.385
I’m sorry, need more information
37k (cost of the materials for each kite) plus 28k (the labor for each kite) plus 6,000=x (the total cost). With this equation you can plug in any number of kites so...
37k+28k+6,000=x Combine like terms...
65k+6,000=x Plug in k...
65(170)+6,000=x Multiply...
11,050+6,000=x Add...
x=17,050
The slope intercept form would be y= -1/2x + 1 and to get it into standard form all you have to do is move the -1/2 x to the other side, making it 1/2x + y = 1
<span>This is an java command program.
String 1 is stands for str1= '' forest '' accepted within quote marks.
String 2 is stands for str1= '' school'' accepted within quote marks
the command compareto will cause the output will display as shown below :
str1.compareto(str2); when run this command
we will get the output like this ;
forest
school
==================================================
the model program is like this;
{
String str1 = " forest " ;
String str2 = "school ";
System.out.println();
System.out.println("String 1: " + str1);
System.out.println("String 2: " + str2);</span>