Answer:
la distancia del punto de observación A al incendio = 5.5 millas
la distancia del punto de observación B al incendio = 3.8 millas
Step-by-step explanation:
La expresión esquemática de la pregunta se puede ver en la imagen adjunta a continuación :
Del siguiente diagrama;
Usando la sine regla:


a sin 79 = 6 sin 63


a = 5.446 millas
la distancia del punto de observación A al incendio = 5.5 millas (a la décima más cercana)


b sin 79 = 6 sin 38


b = 3.7635 millas
la distancia del punto de observación B al incendio = 3.8 millas (a la décima más cercana)
<span>The Java code below will ask for two integers and display the sum. If a non-integer is submitted the code will ask again. The break is used to exit the while true loop indicating that no-errors had occurred and two numbers were added.
System.out.print("Please insert two integers and this will display the sum.");
int numOne;
int numTwo;
while (True) {
try{
System.out.print("Integer Number One? ");
numOne = input.nextInt();
System.out.print("Integer Number Two? ");
numTwo = input.nextInt();
System.out.print("The Sum Is: " + (numOne + numTwo));
break;
}
catch (InputMismatchException e) {
System.out.print("please enter an integer .");
}
}</span>
Answer:
Company A is a better deal than Company B for the number of miles greater than 295 miles
Step-by-step explanation:
Let
y ----> the charge per week in dollars
x ----> the number of miles
we have
<em>Company A</em>
-----> equation A
<em>Company B</em>
-----> equation B
Solve the system by substitution
Equate equation A and equation B and solve for x


For x=295 miles the charge in Company A and Company B is the same
therefore
Company A is a better deal than Company B for the number of miles greater than 295 miles
Answer:
The total amount of fencing they need can be written as
38
x + 10.
If x = 5;
The family needs 160 yards of fencing for their home.
The family needs 40 yards of fencing for their pool.
Step-by-step explanation:
Answer:
The percentage increase in the cost of Boris car insurance cost is 249%
Step-by-step explanation:
In this question, we want to calculate the percentage increase in the cost of car insurance paid by Boris
Mathematically, to calculate this percentage increase, we shall need to make use of a mathematical formula.
Mathematically, the percentage increase would be;
{(new value paid-old value paid)/old value paid} * 100%
From the question, we can identify that the old value paid is £256 while the new value paid is £894
Thus, the percentage increase would be ;
(894-256)/256 * 100% = 638/256 * 100 = 2.4921875 * 100 = 249.21875 which is 249% increase to the nearest whole percentage