Math, asked by Queen066, 9 months ago

Draw a line say l,it takes point P outside it.through P,draw a line parallel to l using ruler and compasses only. Plz Anwer it!!

Answers

Answered by NIZZY123
1

Answer:

Exercise 10.1

Question 1:

Draw a line, say AB, take a point C outside it. Through C, draw a line parallel to AB using ruler and compasses only.

Answer:

To construct: A line, parallel to given line by using ruler and compasses.

Steps of construction:

(a) Draw a line-segment AB and take a point C outside AB.

(b) Take any point D on AB and join C to D.

(c) With D as centre and take convenient radius, draw an arc cutting AB at E and CD at F.

(d) With C as centre and same radius as in step 3, draw an arc GH cutting CD at I.

Step-by-step explanation:

Answered by brainlytruster123
0

Answer:

Java expression for the following:-

(a+b)²+b

\sf \: z=x³+y³+ \frac{xy}{3}z=x³+y³+

3

xy

Answer:-

There are two ways to write it as a Java Expression:-

\sf{(a+b)^2 + b}(a+b)

2

+b

Math.pow((a+b),2)+b

((a+b)*(a+b))+b

\sf{x^3 + y^3 + (\dfrac{xy}{3})}x

3

+y

3

+(

3

xy

)

z=(x*x*x)+(y*y*y)+((x*y)/3);

z=Math.pow(x,3)+Math.pow(y,3)+((x*y)/3);

mark me As brainlist and get inbox power

Similar questions