Answer:
<1 = 168
<2 = 12
Step-by-step explanation:
First, you need to solve for x
8x + x -9 = 180
9x -9 = 180
9x = 189
x = 21
Now, substitute in 21 for x for both angles
8(21) = 168
(21) - 9 = 12
a table represents the number of students who passed or failed an aptitude test at two different campuses. south campus north campus passed 42 31 failed 58 69 in order to determine if there is a significant difference between campuses and pass rate, the chi-square test for association and independence should be performed. what is the expected frequency of south campus and passed?
The expected frequency of South campus and passed will be 36.5. Calculating the total number of students who took the aptitude exam is the first step in determining the expected frequency of South campus and passing.
Total number of students = 42 + 31 + 58 + 69 = 200
The marginal totals for South campus and passed need to be calculated as:
Marginal total for South campus is 42 + 58 = 100
Marginal total for passed is 42 + 31 = 73
Using the following formula, we can now know the anticipated frequency for the South campus and passed:
Expected frequency = (row total * column total) / grand total
Expected frequency for South campus and passed = (100 * 73) / 200 = 36.5
Therefore, the expected frequency of South campus and passed=36.5.
In the event that there is no appreciable difference between the two campuses' pass rates, this statistic represents the anticipated number of students who passed the aptitude exam at the South campus.
Learn more about chi-square test :
https://brainly.com/question/30696573
#SPJ4
Declaring variables - Declare two integer variables x and y, - Assign them any values. - Print addition/subtraction/multiplication and division of these two variables on to the screen
Submission Task (- Grade 1%) Follow the same steps asin Exercise 2, but change the step 2 to ask the user for input forthese values by using Scanner class.
Two integer variables x and y, prompts the user to enter values for them using the Scanner class, and performs addition, subtraction, multiplication, and division operations on those variables:
import java.util.Scanner;
public class VariableOperations {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("Enter the value for x: ");
int x = scanner.nextInt();
System.out.print("Enter the value for y: ");
int y = scanner.nextInt();
// Addition
int addition = x + y;
System.out.println("Addition: " + addition);
// Subtraction
int subtraction = x - y;
System.out.println("Subtraction: " + subtraction);
// Multiplication
int multiplication = x * y;
System.out.println("Multiplication: " + multiplication);
// Division
if (y != 0) {
double division = (double) x / y;
System.out.println("Division: " + division);
} else {
System.out.println("Cannot divide by zero.");
}
}
}
This code prompts the user to enter values for x and y, performs the four basic arithmetic operations, and displays the results on the screen.
Learn more about variables here:
https://brainly.com/question/29696241
#SPJ11
Answer the following questions.
1) Match the descriptions with the properties.
If you multiply or divide both sides of an inequality by a negative number, you must change the direction of the inequality symbol.
If you divide the terms of one side of an inequality by a positive number, you must divide the terms of the other side of the inequality by the same number for the inequality to remain true.
If you add a value to one side of an inequality, you must add the same value to the other side of the inequality for the inequality to remain true.
Addition Property of Inequality
Division Property of Inequality
Inequality Property of Multiplication or Division by a Negative Number
Multiplication Property of Inequality
Subtraction Property of Inequality
Answer:
B. If both sides of an inequality are multiplied or divided by a negative number, the direction of the inequality symbol must be reversed.
Step-by-step explanation:
Which form or linear equations are these pls help last day of school due tonight !
Answer:
standard form
Step-by-step explanation:
What is the number of parking space covered by the car?
Answer:
its 87
:)))))))))))))))
Which statement is true about the slope of the graphed line?
Answer:
You need to give us a picture or numbers or something I can't answer that.
Step-by-step explanation:
Mina traveled 375 miles in 5 hours. How many miles did Mina travel per hour?
Answer:
just divide 375 by 5 the answer would be 75
Step-by-step explanation:
Answer:
Mina traveled 75 miles per hour
Step-by-step explanation:
In order to find how many miles Mina traveled per hour we are going to have to divide the amount of time it took to go the distance which is 375 divided by 5:
375 / 5 = 75
So for every hour she travels 75 miles
Hope this helps!!!
11. A roofer calculates his bid price using the formula P = 1.85s + 4.2f, where s is the area of the roof in square feet and f is the length of the fascia in feet. Find the area of the roof with 190 feet of fascia and a price of $4,148. Round to the nearest square foot
Answer:
s = 1,811 square foot
Step-by-step explanation:
Here, we want to calculate the area of the roof.
The best way to proceed here is by substitution.
We simply substitute the length and the price into the bid price equation to get the area of the roof.
From the original equation, the formula to use is ;
P = 1.85s + 4.2f
now from what we are given; s = ?
f = 190 feet and P = $4148
substituting these values, we have;
4148 = 1.85s + 4.2(190)
4148 = 1.85s + 798
1.85s = 4148 -798
1.85s = 3350
s = 3350/1.85
s = 1,810.810810810811
To the nearest square foot, s = 1,811
suppose the scores for a sample of 10 students on priciple of
microeconomics exam as follows: 95,65,70,70,85,90,100,40,75,80.
what is the mean absolute deviation of the test scores for this
sample of Suppose the scores for a sample of 10 students on a Principles of Microeconomics exam are as follows: \( 95,65,70,70,85,90,100,40,75,80 \). What is the mean absolute deviation of the test scores for t
To calculate the mean absolute deviation (MAD) of the test scores for this sample, follow these steps:
Find the mean (average) of the test scores:
Mean = (95 + 65 + 70 + 70 + 85 + 90 + 100 + 40 + 75 + 80) / 10
= 750 / 10
= 75
Find the absolute deviation for each test score by subtracting the mean from each score and taking the absolute value:
Absolute Deviation = |Score - Mean|
Absolute Deviation for each score:
|95 - 75| = 20
|65 - 75| = 10
|70 - 75| = 5
|70 - 75| = 5
|85 - 75| = 10
|90 - 75| = 15
|100 - 75| = 25
|40 - 75| = 35
|75 - 75| = 0
|80 - 75| = 5
Calculate the sum of the absolute deviations:
Sum of Absolute Deviations = 20 + 10 + 5 + 5 + 10 + 15 + 25 + 35 + 0 + 5
= 130
Find the MAD by dividing the sum of the absolute deviations by the number of scores (10 in this case):
MAD = Sum of Absolute Deviations / Number of Scores
= 130 / 10
= 13
Therefore, the mean absolute deviation (MAD) of the test scores for this sample is 13.
Learn more about sample here:
https://brainly.com/question/12823688
#SPJ11
consider the quadratic function y equals short dash x squared plus 6 x minus 5. what do we know about the graph of this quadratic equation, based on its formula?
Based on the formula of the quadratic function y=-x^2+6x-5, we know that its graph is a downward-facing parabola that opens wide, with a vertex at (3,-14), and an axis of symmetry at x=3.
Based on the formula of the quadratic function y=-x^2+6x-5, we can determine several properties of its graph, including its shape, vertex, and axis of symmetry.
First, the negative coefficient of the x-squared term (-1) tells us that the graph will be a downward-facing parabola. The leading coefficient also tells us whether the parabola is narrow or wide. Since the coefficient is -1, the parabola will be wide.
Next, we can find the vertex using the formula:
Vertex = (-b/2a, f(-b/2a))
where a is the coefficient of the x-squared term, b is the coefficient of the x term, and f(x) is the quadratic function. Plugging in the values for our function, we get:
Vertex = (-b/2a, f(-b/2a))
= (-6/(2*-1), f(6/(2*-1)))
= (3, -14)
So the vertex of the parabola is at the point (3,-14).
Finally, we know that the axis of symmetry is a vertical line passing through the vertex. In this case, it is the line x=3.
Know more about quadratic function here;
https://brainly.com/question/18958913
#SPJ11
You measure your distance from the base of the Citrus Tower and the angle of elevation from the ground to the top of the tower. Find the height $h$h of the Citrus Tower to the nearest hundredth.
Using trigonometry we can find that the height of the Citrus tower is 225.69ft.
Define trigonometry?One of the most significant areas of mathematics is trigonometry.
By combining the words "Trigonon" and "Metron," which respectively mean "triangle" and "measure," the word "trigonometry" is created.
It is the examination of how a right-angled triangle's sides and angles relate to one another.
It is therefore helpful to use formulas and identities based on this relationship to determine the measure of a right-angled triangle's unknown dimensions.
In the question here,
tan62° = opposite/adjacent
⇒ tan62° = h/120
⇒ h = 120 × tan62°
⇒ h ≈ 225.69
To know more about trigonometry, visit:
https://brainly.com/question/29002217
#SPJ1
what would be the answer???
Answer:
120
Step-by-step explanation:
The sum of the angles in a quadrilateral is 360 degrees
2t+t+2t+t = 360
6t = 360
Divide by 6
6t/6 = 360/6
t = 60
Angle Z = 2t
Angle Z = 2*60 = 120
Answer:
\(120 \: \: degrees\)
Second answer is correct.
Step-by-step explanation:
The sum of the angles in a qudrilateral = 360°
\(t + 2t + t + 2t = 360 \\ 6t = 360 \\ \frac{6t}{6} = \frac{360}{6} \\ t = 60\)
angle z
\(2t = 60 \times 2 \\ \: \: \: \: \: \: \: = 120\)
Which one of the following would most likely have a positive linear correlation coefficient?
A. grade point average compared to the number of hours a student watches TV
B. the height of a tomato plant throughout the year
C. a person's salary compared to the amount of education they have attempted
D. SAT scores compared to hours spent studying
Answer: B
Step-by-step explanation: The tomato grows more over time so it will be a positive..
The height of a tomato plant throughout the year shows a positive linear correlation coefficient option (B) is correct.
What is correlation?It is defined as the relation between two variables which is a quantitative type and gives an idea about the direction of these two variables.
\(\rm r = \dfrac{n(\sum xy)-(\sum x)(\sum y)}{\sqrt{{[n\sum x^2- (\sum x)^2]}}\sqrt{[n\sum y^2- (\sum y)^2]}}\)
A. grade point average compared to the number of hours a student watches TV.
The grade points depend on the number of hours a student watches TV.
If watching time increases the grade point decreases.
B. the height of a tomato plant throughout the year
The height of a tomato and the number of years show a positive linear correlation.
C. a person's salary compared to the amount of education they have attempted:
The above situation represents an exponential regression.
D. SAT scores compared to hours spent studying
If the time spent in studying increases the SAT scores increases rapidly.
Thus, the height of a tomato plant throughout the year shows a positive linear correlation coefficient option (B) is correct.
Learn more about the correlation here:
brainly.com/question/11705632
#SPJ2
SOMEONE PLEASE DO PROBLEM “B” I HAVE NO IDEA WHAT IT MEANS!! (I will give 20 points!!) CHECK THE IMAGE ABOVE FOR THE PROBLEM
DO NOT ANSWER IF YOU DONT KNOW. (I will report).
PLEASE I HAVE TO TURN IT IN 25 minutes!!
Answer:
Point of Intersection (-2,3)
Step-by-step explanation:
A rental car company is running two specials. Customers can pay $50 to rent a compact car
for the first day plus $6 for each additional day, or they can rent the same car for $20 the
first day and $12 for every additional day beyond that. Nora notices that, given the number
of additional days she wants to rent the car for, the two specials are equivalent. How many
additional days does Nora want?
Write a system of equations, graph them, and type the solution
Answer:
After 5 additional days it will be equal
Step-by-step explanation:
1st special: 6x + 50
2nd special: 12x + 20
6x + 50 = 12x + 20
Subtract 20 from both sides;
6x + 30 = 12x
Subtract 6x from both sides;
30 = 6x
Divide both sides by 6;
x = 5
if a farm that’s for sale measures one and three-quarter square miles, how many acres is it?
The farm for sale measures 1120 acres.
How many acres are equivalent to one square mile?
1 square mile= 640 acres.
To convert square miles to acres, we need to know that there are 640 acres in one square mile.
Given that the farm for sale measures one and three-quarter square miles, we can calculate the number of acres as follows:
1 and 3/4 square miles = 1.75 square miles
Number of acres = 1.75 square miles * 640 acres/square mile
Number of acres = 1120 acres
Therefore, the farm for sale measures 1120 acres.
To learn more about acres are in one square mile from the given link
https://brainly.com/question/5036125
#SPJ4
Please help on number 3 I’m so confused and it’s urgent. It’s due soon please help
By using function notation, you should write an equation or expression for each statement as follows;
The temperature at 12 p.m ⇒ f(12).
The temperature was the same at 9 a.m. and at 4 p.m ⇒ f(9) = f(16).
It was warmer at 9 a.m. than at 6 a.m ⇒ f(9) > f(6).
Some time after midnight, the temperature was 24 degrees Celsius. ⇒ f(t) = 24.
What is a function?In Mathematics, a function simply refers to a mathematical expression which can be used for defining and showing the relationship that exist between two or more variables in a data set.
This ultimately implies that, a function typically shows the relationship between input values (x-values or domain) and output values (y-values or range) of a data set, as well as showing how the elements in a table are uniquely paired (mapped).
For the statement, "The temperature was the same at 9 a.m. and at 4 p.m." we have:
4 p.m = 12 + 4 = 16
In function notation, we have:
f(9) = f(16) or f(16) = f(9)
Read more on function here: brainly.com/question/12789432
#SPJ1
Find the probability of x successes in n trials for the given probability of success p on each trial.
x=5, n=10, p=0.1
The probability of 5 successes in 10 trials, with a success probability of 0.1 on each trial, is approximately 0.00149.
To find the probability of x successes in n trials, given the probability of success p on each trial, we can use the binomial probability formula.
The formula for the probability of x successes in n trials is:
P(x) = (nCx) * (p^x) * ((1-p)^(n-x))
Where:
nCx represents the number of combinations of n items taken x at a time, and it can be calculated as n! / (x!(n-x)!).
p^x represents the probability of x successes.
(1-p)^(n-x) represents the probability of (n-x) failures.
In this case, x = 5, n = 10, and p = 0.1.
Let's calculate the probability:
P(5) = (10C5) * (0.1^5) * ((1-0.1)^(10-5))
Calculating each term:
(10C5) = 10! / (5!(10-5)!) = 252
(0.1^5) = 0.00001
(1-0.1)^(10-5) = 0.9^5 = 0.59049
Plugging in the values:
P(5) = 252 * 0.00001 * 0.59049
Calculating the result:
P(5) ≈ 0.00149
Know more abouit probability here:
https://brainly.com/question/31828911
#SPJ11
IM CRYING I DONT KNOW DUE IN 2 HOURS PLEASE HELP IM CRYING WILL MARK BRAINLIEST TO WHOEVER ANSWERS FIRST!
Answer:
13n = 5 cubic yards
Step-by-step explanation:
in a general hilbert plane, opposite sides of a parallelogram need not be congruent, as is illustrated by saccheri and lambert quadrilaterals in non-semi-euclidean planes. prove that in a plane satisfying the euclidean parallel postulate, opposite sides and opposite angles of a parallelogram are congruent.
In Euclidean geometry, opposite sides and angles of a parallelogram are congruent, a property not shared in non-Euclidean planes. The opposite sides and opposite angles of a parallelogram in a Euclidean plane are congruent.
In a general Hilbert plane, opposite sides of a parallelogram need not be congruent. This is because non-semi-Euclidean planes such as the Saccheri and Lambert quadrilaterals do not satisfy the Euclidean parallel postulate. However, in a plane that satisfies the Euclidean parallel postulate, opposite sides and opposite angles of a parallelogram are congruent.
The Euclidean parallel postulate states that given a line and a point not on that line, there is only one line that passes through that point and does not intersect the original line. This means that in Euclidean geometry, parallel lines never meet. Therefore, in a Euclidean plane, we can construct parallelograms by drawing two parallel lines and then connecting them with other segments.
Let ABCD be a parallelogram in a Euclidean plane. Draw diagonal AC, which divides the parallelogram into two congruent triangles, ΔABC and ΔADC. Since ΔABC and ΔADC share the side AC, we have AB = CD and BC = DA by the Side-Side-Side (SSS) congruence criterion.
Similarly, since opposite sides of a parallelogram are parallel and thus form alternate interior angles, we have ∠A = ∠C and ∠B = ∠D by the Alternate Interior Angles Theorem. Therefore, opposite sides and opposite angles of a parallelogram in a Euclidean plane are congruent.
Know more about Euclidean geometry here:
https://brainly.com/question/31120908
#SPJ8
In the triangles, Line segment B C is-congruent-to line segment D E and Line segment A C is-congruent-to line segment F E. Triangles A B C and F D E are shown. The lengths of sides A C and F E are congruent. The lengths of sides B C and D E are congruent. If m Angle C is greater than m Angle E, then Line segment A B is ________ Line segment D F. Congruent to longer than shorter than the same length as
Answer:
Longer than
Step-by-step explanation:
The lengths of sides A C and F E are congruent. The lengths of sides B C and D E are congruent. Therefore:
AC = FE, BC = DE
Also m∠C is greater than m∠E
∠C is the angle opposite to line AB and ∠E is the angle opposite to line DF. Since AC = FE, BC = DE and m∠C is greater than m∠E. The length of a side of a shape is proportional to its opposite angle, since the opposite angle of AB is greater than the opposite angle of DF therefore AB is greater than DF
From the given two triangles under the given conditions of congruency, we can say that;
Line segment AB is longer than Line segment FD.
CongruencyThe image showing both triangles is missing and so i have attached it.
From the attached image, we see that BC is congruent to DE and AC is congruent to FE. Thus, if Angle BCA was congruent to angle DEF, then the it means that both triangles would be congruent as well, because it would satisfied the Side Angle Side (SAS) congruence postulate.Therefore, we can say that line AB and line FD do not have the same length.
Now, we see that angle BCA is larger than angle DEF, and as such we can say that the line segment AB is longer than line segment FD.
Read more about congruency at; https://brainly.com/question/3168048
Write rhe set of decimals in order from least to greatest. A) 9.3,3.09,3.9,3.011
Answer:
The digits arranged in order from least to largest is 3.011, 3.09, 3.9, 9.3
Step-by-step explanation:
The arrangement of decimals in order from smallest to largest can be done by taking note of the digit in the unit portion, the tenths, hundredths and thousandths.
The numbers are;
9.3
3.09
3.9
3.011
The largest number is the 9.3
Of the three numbers with 3 as unit, the lowest hundredths is 0.011, therefore, we have;
Therefore, the least (lowest) number = 3.011
The next is the 3.09 as 0.09 is larger than 0.011
Then the second number is 3.9
The digits arranged in order from least to largest is then 3.011, 3.09, 3.9, 9.3.
A final exam in Math 160 has a mean of 73 with standard deviation 7.8. If 24 students are randomly selected, find the probability that the mean of their test scores is greater than 78. A) 0.0103 B) 0.0008 C) 0.8962 D) 0.0036
The probability that the mean of their test scores is greater than 78 is 0.0301.
Given,
Mean = 73
Standard Deviation σ = 7.8
Number of students randomly selected = 24
Probability can be defined as the ratio of the number of favorable outcomes to the total number of outcomes of an event.
For an experiment having 'n' number of outcomes, the number of favorable outcomes can be denoted by x.
The formula to calculate the probability of an event is as follows.
Probability(Event) = Favorable Outcomes/Total Outcomes = x/n
The number of standard deviations from the mean is called the z - score and can be found by the formula
Z = (x - μ)/σ.
Z = (70 - 73)/(7.8/√24) = -1.88442228
P(z < -1.88) = 0.0301
Therefore, P(z < -1.88) = 0.0301
To learn more about standard deviations visit:https://brainly.com/question/13905583
#SPJ4
Need help im not sure i have this down correctly help plz and fast
Answer:
Yes I am sure you did it right
Step-by-step explanation:
Find the product of 32 and 46. Now reverse the digits and find the product of 23 and 64. The products are the same!
Does this happen with any pair of two-digit numbers? Find two other pairs of two-digit numbers that have this property.
Is there a way to tell (without doing the arithmetic) if a given pair of two-digit numbers will have this property?
Let's calculate the products and check if they indeed have the same value:
Product of 32 and 46:
32 * 46 = 1,472
Reverse the digits of 23 and 64:
23 * 64 = 1,472
As you mentioned, the products are the same. This phenomenon is not unique to this particular pair of numbers. In fact, it occurs with any pair of two-digit numbers whose digits, when reversed, are the same as the product of the original numbers.
To find two other pairs of two-digit numbers that have this property, we can explore a few examples:
Product of 13 and 62:
13 * 62 = 806
Reversed digits: 31 * 26 = 806
Product of 17 and 83:
17 * 83 = 1,411
Reversed digits: 71 * 38 = 1,411
As for determining if a given pair of two-digit numbers will have this property without actually performing the multiplication, there is a simple rule. For any pair of two-digit numbers (AB and CD), if the sum of A and D equals the sum of B and C, then the products of the original and reversed digits will be the same.
For example, let's consider the pair 25 and 79:
A = 2, B = 5, C = 7, D = 9
The sum of A and D is 2 + 9 = 11, and the sum of B and C is 5 + 7 = 12. Since the sums are not equal (11 ≠ 12), we can determine that the products of the original and reversed digits will not be the same for this pair.
Therefore, by checking the sums of the digits in the two-digit numbers, we can determine whether they will have the property of the products being the same when digits are reversed.
Accrotime is a company that manufactures quartzcrystal watches. Accrotime researchers have shown that the watches have an average life of 28 months before certain electronic componentsdeteriorate, causing the watch to become unreliable. The standard deviation of watch lifetimes is 5 months, and the distribution of lifetimes is normal.
if Acro time does not want to make refunds for more than 12% of the watches it makes how long should the guarantee period be to the nearest month
if acro time guarantees a full refund on any defective watch for two years after purchase what percentage of total production should the company expect to replace
The guarantee period of the electronic components by Accrotime manufactures is 38 months.
What is defined as the normal distribution?A normal distribution is a data set arrangement in which the majority of values cluster inside the middle of the range and the remainder trimmed off symmetrically toward any extreme.It happens whenever a normal random variable does have a mean of zero and a standard deviation of one.mean = μ = 24 months
standard deviation = σ = 5 months
2 years = 24 months
a) P(x < 24)
= P[(x - μ ) / σ < (24 - 28) / 5]
= P[(x - μ ) / σ < -0.8
= P(z < -0.8 )
Using z table,
= 0.212
Percentage = 21.2%
b) Use standard normal table,
Refund percentage = 12%
P(Z > z) = 12%
= 1 - P(Z < z) = 0.12
= P(Z < z) = 1 - 0.12
= P(Z < z ) = 0.88
= P(Z < 0.174 ) = 0.94
z = 0.174
Using z-score formula,
x = z ×σ + μ
x = 1.74 × 5 + 28
x = 36.7
The guarantee period = 38 month
Thus, the guarantee period of the electronic components by Accrotime manufactures is 38 months.
To know more about the normal distribution, here
https://brainly.com/question/27275125
#SPJ9
If f = {(0,2), (2,6), (3,15),(4,9)} and g = {(3,4), (2,1),(4,6), (5,9)},
what is (f x g)(3)?
Considering the given relations, the value of the multiplication of f(x) and g(x) at x = 3 is given by:
(f x g)(3) = 60.
What is the multiplication of f(x) and g(x) at x = 3?The multiplication is given by the multiplication of each of the numeric values at x = 3, hence:
(f x g)(3) = f(3) x g(3).
The values are found as follows:
The first relation has point (3,15), hence f(3) = 15.The second relation has point (3,4), hence g(3) = 4.Hence the multiplication is given by:
(f x g)(3) = f(3) x g(3) = 15 x 4 = 60.
More can be learned about the multiplication of functions at https://brainly.com/question/13136492
#SPJ1
Question 1: The sum of two consecutive multiples of 5 is 55. Find these multiples. Question 2: The present age of Sahil's mother is three times the present age of Sahil. After5 years their ages will add to 66 years. Find the present ages. Question 3: The perimeter of a rectangle is 13 cm and its width is 2- cm. Find its length.
Answer:
1] Two consecutive multiples = 50,55. 2] Sahil , Mother current age = 13,42 3] Length of rectangle = 4.5
Step-by-step explanation:
1] Let one multiple of 5 be = n. As there are two consecutive multiples, other multiple = n + 1. Given : sum of two consecutive multiples of 5 is 55
So, 5n + 5(n+1) = 55
5n + 5n + 5 = 55 ; 10n + 5 = 55 ; 10n = 50 - 5 = 50 ; n = 50 / 10 ; n = 5
n {One multiple} = 5 ; Other multiple {n+1} = 5 + 1 = 6
2] Let present age of Sahil be = x. So, present age of Sahil mother = 3x
5 years hence : (x+5) + (3x+5) = 66 {Equation 1}
Solving Eq 1} : x + 5 + 3x + 5 = 66 ; 4x + 10 = 66 ; 4x = 66 - 10 ; 4x = 56
x = 56/4 ; x = 14 {Sahil Current Age}. Mother current age = 3x = 3 x 14 = 42
3] Perimeter of rectangle = 2 (Length + Width). Perimeter = 13 , Width = 2.
So, 13 = 2 (L +2) ; 13 = 2L + 4 ; 2L = 13 - 4 = 9 ; L = 9/2 ; Length = 4.5
3. Solve 2log4y - log4 (5y - 12) = 1/2
Answer:
y = 4 or y = 6
Step-by-step explanation:
2log4y - log4 (5y - 12) = 1/2
2log_4(y) - log_4(5y-12) = log_4(2) apply law of logarithms
log_4(y^2) + log_4(1/(5y-12)) = log_4(/2) apply law of logarithms
log_4(y^2/(5y-12)) = log_4(2) remove logarithm
y^2/(5y-12) = 2 cross multiply
y^2 = 10y-24 rearrange and factor
y^2 - 10y + 24 = 0
(y-4)(y-6) = 0
y= 4 or y=6
Cameron made 1 loaf of bread. His family ate 4/6 of the loaf of bread. How much of the loaf of bread remains?
1/3 of the loaf of bread remains.
If Cameron's family ate 4/6 of the loaf of bread, it means they consumed 4 parts out of a total of 6 parts.
To find out how much remains, we need to subtract the consumed portion from the whole loaf.
The amount remaining can be calculated as:
1 (whole loaf) - 4/6 (consumed portion)
To simplify the calculation, we can convert 4/6 to its simplest form.
Both the numerator and denominator are divisible by 2, so we get:
1 - 2/3
To subtract fractions, we need to find a common denominator.
The least common multiple of 1 and 3 is 3.
Converting 1 to have a denominator of 3, we get:
3/3 - 2/3
Now, we can subtract the numerators while keeping the common denominator:
(3 - 2)/3 = 1/3
Therefore, 1/3 of the loaf of bread remains.
Learn more about subtract fractions, click;
https://brainly.com/question/5220474
#SPJ1