if lines are parallel or perpendicular 4x-8y=9 and 8x-7y=9

Answers

Answer 1
4x-8y=9
-8y=9-4x
8y=-9+4x
y=0.5x-9/8

8x-7y=9
-7y=-8x+9
7y=8x-9
y=8/7x-9/7

neither, they aren't parallel or perpindicular. I tested by graphing them as well.

Related Questions

In the above figure, find the measure of angle AEB + the measure of angle CED.

A. 75
B. 93
C. 112
D. 140

Answers

Well, AEB is 28, and CED is 65,and you want  to add them, so that would be 65+28, which equals 80+13=93, so the answer is b.

What is the value stored at x, given the statements: int x; x = 3 / static_cast(4.5 + 6.4);?

Answers

0 is the value stored at x

The value stored at x will be 0.

What is an expression?

Mathematical expression is defined as the collection of the numbers variables and functions by using operations like addition, subtraction, multiplication, and division.

Given that;

The expression is,

⇒ x = 3 / static_cast(4.5 + 6.4)

Now,

Since, The expression is,

⇒ x = 3 / static_cast(4.5 + 6.4)

Hence, The value of x is find as;

The operands 4.5 and 6.4 are added as;

⇒ 4.5 + 6.4 = 10.9

So, When this value is cast to int datatype, it becomes 10.

So, We get;

⇒ x = 3/10

       = 0.3

Since,  x in a variable of type int.

So, when a value of 0.3 is assigned to x, it is stored as 0.

Thus, The value stored at x = 0.

Learn more about the mathematical expression visit:

brainly.com/question/1859113

#SPJ5

The diameter of a circle is 8 centimeters. a central angle of the circle of the circle intercepts an arc of 12 centimeters. what is the radian measure of the angle?

Answers

Final answer:

The radian measure of the angle is 1.5 radians.

Explanation:

To find the radian measure of the angle, we need to determine the length of the arc intercepted by the angle. We know that the diameter of the circle is 8 centimeters, so the radius is half of that, which is 4 centimeters. The circumference of the circle is given by the formula C = 2πr, where r is the radius.

In this case, the arc length intercepted by the angle is 12 centimeters. We can use the formula for the circumference to find the radian measure of the angle.

C = 2πr

12 = 2π(4)

12 = 8π

Dividing both sides of the equation by 8, we get:

π = 1.5 radians

Point P has coordinates (1, –3). Point W is symmetric to point P with respect to the line y = –x. What are the coordinates of point W?
(3,0)
(3, –1)
(3, –3)
(–3, 1)

Answers

The answer is (3,-1) when you reflect it across the y=-x line

Two horses are ready to return to their barn after a long workout session at the track. The horses are at coordinates H(1,10) and z(10, 1). Their barns are located in the same building, which is at coordinates B(-3,-9). Each unit/grid on the coordinate plane represents 100 meters. Which horse is closer to the barn? Justify your answer.

Answers

Distance between points [tex]\left(x_1,y_1\right)[/tex] and [tex]\left( x_2,y_2 \right)[/tex] is

[tex]d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2[/tex]

Distance from H to B:

[tex][tex]d=\sqrt{(10-(-3))^2+(1-(-9))^2}=\sqrt{169+100}=\sqrt{269}[/tex]d=\sqrt{(1-(-3))^2+(10-(-9))^2}=\sqrt{16+361}=\sqrt{376}[/tex] units.

Distance from Z to B:

[tex]d=\sqrt{(10-(-3))^2+(1-(-9))^2}=\sqrt{169+100}=\sqrt{269}[/tex] units.

Horse Z is closer to the barn.

(The conversion to meters is not required; the question does not ask for actual distances, so "units" is OK.)

What is the slope of any parallel line to the line 8x + 9y = 3 in the standard (x,y) coordinate plane?

Answers

The slope of a line present in the form:

ax + by = c

is given by:

-a/b

Moreover, whenever two lines are parallel, they have the same slope. So, if any line is to be parallel to the given line, it must have the same slope as this line, which is:
-(8)/(9)
-8/9

Write logbx + logby - logbz as a single logarithm.

Answers

logbx+logby-logbz
=logb(x*y)/z if b is the base of log.
There are two properties that you can apply to get the correct answer.
logb(x*y)=logbx+logby if b is the base of log.
logb(x/y)=logbx-logby if b is the base of log, so the correct answer for logbx+logby-logbz=logb(x*y)/z. Hope it help!

David drives 210 miles a week for work. He fills his petrol tank twice a week. Each fill up is for 42 litres. Assuming he uses all of the petrol each week and only uses the car to travel to and from work, what is the mileage per litre of his car?

Answers

David drives 210 miles a week for work. That means the car is used 210miles/week

He fills his petrol tank twice a week. Each fill up is for 42 litres
That means he fill the tank 2x42litre= 84 litres/week.

The mileage should be : (210miles/week)/ (84 litres/week)= 2,5miles/litre

Answer: 2,5miles/litre
The mileage per litre of his car is 5.

How much money will be in a bank account after 9 years if $7 is deposited at an interest rate of 5% compounded annually?

Answers

The formula is
A=p (1+r)^t
A future value?
P present value 7
R interest rate 0.05
T time 9 years
A=7×(1+0.05)^(9)
A=10.86

Create a list of the odd numbers between 1 and n (include 1 as well as n -- if it's odd-- in the list). Associate the list with the variable odds.

Answers

The odd numbers can be generated by adding 2 to the first odd number.

Starting with 1 as the first odd number, you get 1, 3, 5, 7, 9, ...

A general formula to name the odd numbers is 2n + 1, where n can take any whole value.

Look:

n          2n + 1

0          0+1 = 1
1          2(1) + 1 = 2 + 1 = 3
2          2(2) + 1 = 4+1 = 5
3          3(2) + 1 = 6 + 1 = 7
4          4(2) + 1 = 8 + 1 = 9.

So, you now can use the general formula 2n + 1 to generate any odd number, starting with n = 0 to generate the first odd number, 1.

what rotation will map the figure onto itself?

Answers

180 around the center

The correct answer is 180° about the center.

To map the given figure onto itself, we need to find the rotational symmetry. Let’s analyze the “X” shape:

A 90° rotation would not work because it would overlap the arms of the “X.”

Similarly, a 270° rotation would also result in overlapping arms.

A 45° rotation would not preserve the original shape due to the asymmetry of the “X.”

However, a 180° rotation about its center will bring each arm of the “X” back to a position occupied by another arm, effectively mapping it onto itself. An “X” has rotational symmetry at 180°; every half turn gives us an identical view.

The correct answer is 180° about the center. This specific degree of rotation is required due to the symmetrical nature of an “X” shape where each arm aligns with another after being rotated by this angle.

Find the measure of each interior angle
Decagon in which the measures of each interior angles are x + 5, x + 10, x + 20, x + 30, x + 35, x + 40, x + 60, x + 70, x + 80, and x + 90

Answers

To find each interior angle of a decagon given as expressions with x, we sum the expressions and set equal to 1440 degrees, the total sum of interior angles. Solving for x, we find x=100 and then substitute to find each angle.

To find the measure of each interior angle of a decagon where the angles are given as expressions involving x, we must use the fact that the sum of interior angles in a polygon is (n-2)180 degrees, where n is the number of sides in the polygon. For a decagon, which has 10 sides, the sum would be (10-2)180 = 1440 degrees.

x + 5 + x + 10 + x + 20 + x + 30 + x + 35 + x + 40 + x + 60 + x + 70 + x + 80 + x + 90 = 1440

Combining like terms, we find that:

10x + 5 + 10 + 20 + 30 + 35 + 40 + 60 + 70 + 80 + 90 = 1440

10x + 440 = 1440

10x = 1440 - 440

10x = 1000

x = 100

Once x is found, we substitute back into each angle expression to find the measure of each interior angle:

x + 5 = 105 degrees

x + 10 = 110 degrees

x + 20 = 120 degrees

x + 30 = 130 degrees

x + 35 = 135 degrees

x + 40 = 140 degrees

x + 60 = 160 degrees

x + 70 = 170 degrees

x + 80 = 180 degrees

x + 90 = 190 degrees

A couple has 2 children. what is the probability that both are girls if the older of the two is a girl?

Answers

Assuming that the probability of boys and girls is equal (in reality slightly more boys than girls are born), the probability is 1/2, simply because the older girl's gender is given and therefore not a part of the probability.

This question comes from the 'boy or girl paradox', a.k.a. the Mrs Smith Problem.

When you are doing an experiment that will have multiple trials, how do you handle averages?

Answers

I would say that in doing an experiment that will have multiple trials, if one of the variables is changed each time, say temperature or pressure amount, then average results between experiments will not be valid. They would only be valid if the same conditions applied for each one, to determine the inherent variability of the result. 

how to find the midpoint using coordinates A(-1,5), B(2,-3)

Answers

Count the line and the distance between them
The midpoint formula is (x1+x2)/(2),(y1+y2)/(2). The coordinates will be substituted into this formula: (-1+2)/(2), (5+-3)/(2). This simplifies to (1/2,1). This is the midpoint. Hope this helped!

Evaluate the following expression.

153^0

0
1
153

Answers

Any number raised to the zero power equal to one

[tex]153^0 = 1[/tex]

Answer:

The answer is B = 1

Step-by-step explanation:

The exponent zero rule states that any  number raised to the power of zero equals to 1 or mathematically:

x^0 = 1 for any real number x

So applying this rule

153^0 = 1 with x =153

Simplify.

3 square root of -27n^27

A. 3n^3

B. -3n^3

C. -3n^9

Answers

[tex]\sqrt[3]{-27n^{27}}= \sqrt[3]{(-3)^3}*\sqrt[3]{(n^9)^3}=-3n^9[/tex]
The answer will be:  [tex] \sqrt[3]{-27*n^{27} } = -3 n^{9} [/tex]

whats the answer to this?

Answers

14/112 =0.125

2600*0.125 = 325

 c) 325

Consider the function given by the graph. What are these values?
f(–2 ) =
f(0) =
f(4) =

Answers

Final answer:

The values of the function f(x) for the given graph are approximately -7, -18, and -29.

Explanation:

The values of the function f(x) for the given graph can be found by looking at the corresponding points on the graph.

For f(-2), we look at the point on the graph where x = -2. From the graph, we can see that f(-2) is approximately -7.

Similarly, for f(0), we look at the point on the graph where x = 0. From the graph, we can see that f(0) is approximately -18.

For f(4), we look at the point on the graph where x = 4. From the graph, we can see that f(4) is approximately -29.

f(-2) = -1
- f(0) = 3
- f(4) = 0

The values of the function at different points on the graph can be found by looking at the corresponding coordinates on the graph.

To find f(-2), we look for the point on the graph where x = -2. From the graph, it appears that the y-coordinate of this point is -1. Therefore, f(-2) = -1.

To find f(0), we look for the point on the graph where x = 0. From the graph, it appears that the y-coordinate of this point is 3. Therefore, f(0) = 3.

To find f(4), we look for the point on the graph where x = 4. From the graph, it appears that the y-coordinate of this point is 0. Therefore, f(4) = 0.

It is important to note that the given information about the arrows and points (0,3) to (-6,0) and (0,1) to (6,-2) is unrelated to finding the values of the function at the given points. These arrows and points might represent something else in the context of the graph, but they do not affect the calculations of f(-2), f(0), and f(4).

Mr. Brown owned a house, which he rented for $60 a month. The house was assessed at $9000. In 1975 the rate of taxation was increased from $25 to $28 per $1000 assessed valuation. By what amount should the monthly rent have been raised to absorb the increase in that year's taxes?

Answers

We first calculate the percentage increase on the tax

Old value = 25×9 = 225 ⇒ The value 9 represents the 9 lots of thousands of the house's value
New value = 28×9 = 252

Increase in tax = 252 - 225 =27  
Percentage increase = (27÷225) ×100 = 12%

The amount of yearly rent would be then increased by 12%

Monthly rent = $60
Yearly rent = 60×12 = $720
Increase by 12% = 720×1.12 = 806.4 ⇒ The value 1.12 is the multiplier, obtained from 100%+12%=112%=1.12

The monthly rent is 806.4÷12 = $67.20 which is an increase of $7.20 per month

What is the area of the trapezoid?

Answers

B because the triangle is 7 plus another 7 for the other triangle. The rectangle is 7 by 6 so that is 42. 42+7+7=56!

find the area of one segment formed by a square with sides of 6 inches inscribed in a circle (hint: use the ratio of 1:1:square root of 2 to find the radius of the circle)

Answers

Final answer:

To find the area of a segment formed by a square inscribed in a circle, calculate the circle's radius from the square's diagonal, then find the circle's area and divide by 4. The area of one segment is approximately 14.14 square inches.

Explanation:

Finding the Area of a Segment in an Inscribed Circle

To find the area of one segment formed by a square with sides of 6 inches inscribed in a circle, we first need to determine the radius of the circle. The given ratio of 1:1:square root of 2 is key here. In a right-angled triangle with sides of equal length (1:1), the hypotenuse will be the square root of 2, according to the Pythagorean theorem. Since the diagonal of the square is the diameter of the circle, and the square has sides of 6 inches, we can calculate the diameter (d) of the circle as:

d = 6 inches × square root of 2

Therefore, the radius (r) is half of that:

r = (6 inches × square root of 2) / 2 = 4.24 inches (approximately)

With the radius, we can calculate the area (A) of the circle:

A = πr² = 3.1415927… × (4.24 inches)²

A ≈ 56.55 square inches (to two significant figures)

Now, the area of one segment is the area of the circle divided by the number of segments, with this particular scenario having 4 equal segments:

Area of one segment = Total area / 4

Area of one segment ≈ 56.55 square inches / 4 = 14.14 square inches (approximately)

The area of one segment formed by the inscribed square in the circle is approximately 14.14 square inches.

Final answer:

The area of one segment of a circle formed by an inscribed square with sides of 6 inches is approximately 14.14 square inches, calculated by first finding the radius of the circle using the 1:1:√2 ratio and then using the area formula A = πr².

Explanation:

To find the area of one segment formed by a square with sides of 6 inches inscribed in a circle, we first need to calculate the radius of the circle using the given ratio of 1:1:√2. In an inscribed square, the diagonal is equal to the diameter of the circle. The diagonal of the square can be found using the Pythagorean theorem (a² + b² = c²) where a and b are the sides of the square and c is the diagonal. In this case, the diagonal is √(6² + 6²) = √(36 + 36) = √72 = 6√2 inches, which is also the diameter of the circle.

Thus, the radius (r) of the circle is half of the diameter, r = 6√2 / 2 = 3√2 inches. Now we can compute the area (A) of the circle using the formula A = πr². Plugging our radius into this formula gives us A = π(3√2)² = π(18) ≈ 56.55 square inches.

The circle is divided into four equal segments by the square, so the area of one segment is one-fourth of the total area of the circle. Therefore, the area of one segment is approximately 56.55 / 4 = 14.14 square inches.

How many microliters are in a two liter bottle of soda?

Answers

1 liter = 1,000,000 microliters

so 2 liters  = 2,000,000 microliters

What is the slope of the line that contains the points (9, –4) and (1, –5)?


Answers

(9,-4)(1,-5)

slope = (-5 - (-4) / (1 - 9) = -1 / -8 = 1/8 <==

The slope of the line that contains the given point is the rise/run, which is: 1/8.

How to Find the Slope of a Line?

The slope of a line = rise / run = change in y / change in x.

Given the points on a line as (9, –4) and (1, –5):

Change in y = (-4 -(-5) = 1

Change in x = (9 - 1) = 8

Slope of the line = change in y/change in x = 1/8.

Learn more about the slope of a line on:

https://brainly.com/question/3493733

#SPJ2

Using a calculator and the formula above, calculate the APR. Choose the correct answer.

Betty Buyer has a short term note at 16% interest per year.

To the nearest tenth, APR =
15.9
17.2
16.6

%.

Answers

APR=(1+r/12)^(12)-1
APR=(1+0.16÷12)^(12)−1
APR=0.172×100
APR=17.2%

Angle 1 and angle 2 form a linear pair. if m angle 2 = 67. what is m angle 1

Answers

Final answer:

The measure of angle 1 can be found by using the fact that angle 1 and angle 2 form a linear pair. By setting up an equation and solving, we find that angle 1 measures 113 degrees.

Explanation:

To find the measure of angle 1, we need to understand that angle 1 and angle 2 form a linear pair. A linear pair of angles is formed when two adjacent angles are supplementary, meaning they add up to 180 degrees. So, angle 1 + angle 2 = 180 degrees. Given that angle 2 measures 67 degrees, we can substitute this value into the equation to find angle 1: angle 1 + 67 degrees = 180 degrees. Solving for angle 1, we get angle 1 = 180 degrees - 67 degrees = 113 degrees.

Amy purchased 17 pencils and 18 pens for a fund-raiser at school and spent $61.50. Jocelyn purchased 10 pencils and 21 pens and spent $57. How much does each pencil cost?

Answers

x = pencils, y = pens

17x + 18y = 61.50....multiply by 21
10x + 21y = 57 ....multiply by -18
------------------------
357x + 378y = 1291.5 (result of multiplying by 21)
-180x - 378y = - 1026 (result of multiplying by -18)
-----------------------add
177x = 265.5
x = 265.5 / 177
x = 1.50 <== cost for a pencil
pens(y) cost 2.00

If f(x) = 3x – 2 and g(x) = 6 – 4x, find f(x) + g(x). A. 7 + 4x B. 4 – x C. –x – 4 D. –4 – 7x

Answers

Basically substitute f(x) and g(x) in


3x-2+6-4x



Then simplify



-x+4 = 4-x




The answer is B. 4-x

If a triangle is equilateral then it has 3 congruent angles proof

Answers

Allow ABC to be an equilateral triangle so AB = AC = BC. Let X be the midpoint of BC, AX is the median of BC, and BX = CX. Look at triangles BAX and CAX. Obviously, AX = AX since AB = AC and BX = CX, subsequently by SSS Congruence Test, we have that triangles BAX and CAX are congruent. Therefore, corresponding angles are congruent so <ABX = <ACX. Because <ABX and <ABC are the same angle, they are obviously congruent, and then <ABX = <ABC. Likewise, <ACX and <ACB are the same angles so <ACX = <ACB. Then, <ABC = <ACB. Please note that <ABC = <B and <ACB = <C. Therefore, <B = <C. 

At present, disregard AX and let Y be the midpoint of AC. Then BY is the median of AC. Then AY = CY. Evidently, BY = BY.  Because AB = BC, we see that triangles ABY and CBY are congruent by SSS. Then corresponding sames are congruent so <BAY = <BCY. Since <BAY and <BAC are the same angles then <BAY = <BAC. Similarly, <BCY = <BCA since they are the same angles. Then <BAC = <BCA. Note that <BAC = <A and <BCA = <C. Therefore, <A = <C. 

Thus, <A = <C = <B. So all the angles are congruent.

Identify the domain of the exponential function shown in the following graph: y=10x

Answers

Answer: All real numbers (choice A)

We can replace x with any real number we want without worrying about restrictions. There won't be any issues such as dividing by zero or applying the square root to a negative number. 
Other Questions
A regular octagon rotates 360 about its center. How many times does the image of the octagon coincide with the preimage during the rotation? used to direct the coder to the correct codes and the sequence of codes for conditions that may be preset with each other Josh and his friends bought vanilla wafers for $4 per packet and chocolate wafers for $1 per packet at a carnival. They spent a total of $45 to buy a total of 27 packets of wafers of the two varieties.Part A: Write a system of equations that can be solved to find the number of packets of vanilla wafers and the number of packets of chocolate wafers that Josh and his friends bought at the carnival. Define the variables used in the equations. (5 points)Part B: How many packets of chocolate wafers and vanilla wafers did they buy? Explain how you got the answer and why you selected a particular method to get the answer. (5 points) The position of a simple harmonic oscillator is given by x left-parenthesis t right-parenthesis equals left-parenthesis 0.50 mright-parenthesis cosine left-parenthesis startfraction pi over 3 endfraction t right-parenthesis where t is in seconds. what is the maximum velocity of this oscillator? How did frederick douglass's memories of baltimore affect him? Congress lacked the money it needed to pay off the governments war debt because Cunningham, inc. sells mp3 players for $60 each. variable costs are $40 per unit, and fixed costs total $120,000. what sales are needed by cunningham to break even? What is the minimum systolic blood pressure one should attempt to achieve with fluid administration or vasoactive? Find the dimensions of the rectangular box with largest volume if the total surface area is given as 64cm^2 1. Solve -2n + 5 > 7. 2. Kia experimental probability of striking out at baseball is 13%. Out of 30 times at bat about how many times will she strike out? HELP! Algebra! The following two-way table shows the number of students of a school who have a cell phone and/or have a part-time job:Based on the table, how many students have both a cell phone and a part-time job?Answers:A- 10B- 40C- 50D- 100 What is the molar mass of (NH4)2O? Explain how you calculated this value. How much times does 7 go into 48?? Yo no ________ los libros de (some writer)Would I use saber (se) or conocer (conozco)? Which expression can be used to determine the average rate of change in f(x) over the interval [2,9]a) f(9-2)b) f(9)-f(2)c) f(9-2)/9-2c) f(9)-f(2)/9-2 The football team has 30 more members than the basketball teams. If each group had 10 more members, the ratio of their membership would be 3.2. How many members are in each group? Write your answer as football x basketball y****PLEASE HELP******** 14.How did Abraham Lincoln become a lawyer?A.Lincoln went to law school in Illinois to prepare for his debates against Stephen Douglas.B.Lincoln taught himself how to practice law to prepare for his debates against Stephen Douglas.C.Lincoln went to law school in the East while serving in the Illinois state legislature.D.Lincoln taught himself how to practice law while serving in the Illinois state legislature.15.Zachary Taylor and Winfield Scott were bothA.military commanders in the Mexican-American War.B.successful candidates for the US presidency.C.veterans of the War of 1812 who became vice presidents.D.Democrats who faced off against Whig candidates.16.Which of the following best describes the states rights debate of the early and mid-1800s?. a.conflict between the idea of federalism and the US Constitution. b.conflict between the ideas of federalism and sectionalism.c.conflict between the rights of one state and the rights of another. d.conflict between the ideas of sectionalism and nullification17.Many Mexicans who lived on land that was part of the Mexican CessionA. had to give up their land and relocate to Mexico.B. became US citizens and added to the areas population.C. were not allowed to own property in the United States.D. fought the Americans even though the war was over.18.Many people disapproved of the Kansas-Nebraska Act because it repealed19.After the Texans revolted and captured San Antonio in the 1830s,A.Texas became part of independent Mexico.B.Sam Houston was defeated at San Jacinto.C.Santa Anna brought troops to take back the city.D.Santa Anna was quickly defeated at the Alamo.20.How did the United States acquire the land that is now the states of Kansas and Nebraska? A.The land was acquired in the Kansas-Nebraska Act. B.The area was part of the Louisiana Purchase. C.The United States purchased the land from Mexico. D.The United States purchased the land from Canada.21.What was one effect of Santa Annas rise to power in the 1830s?A. Santa Anna outlawed slavery in all of Mexicos territories.B. Independent Mexican states gained more power and control.C. Texas was taken over by Mexico and became part of that country.D. Texas revolted and declared independence from Mexico. Find the Taylor series for f(x), centered at the given value of a. f(x) = sin(x), a = Written as a summation?Radius of convergence? What factors might contribute to global sea level rise? A) melting of glaciers and ice capsB) increase in precipitationC) increase in densityD) increase in salinityE) expansion of water volume Besides england what other countries influenced the colonization of the atlantic coast of north america t Steam Workshop Downloader