
In quadrilateral ABCD, AD I BC. A 00 What must the length of segment AD be...
Problem 2. [15 ptsl ABCD is a nonsimple quadrilateral. P Q, R, and S are midpoints on AB, BC,CD and AD respectively. Show that PQRS ia a parallelogram A1
Problem 2. [15 ptsl ABCD is a nonsimple quadrilateral. P Q, R, and S are midpoints on AB, BC,CD and AD respectively. Show that PQRS ia a parallelogram A1
QUESTION 1
Quadrilateral WXZY is a square. If the measure of angle XYZ = 4x
+ 15, find the value of x.
15
15
18.75
7.5
2 points
QUESTION 2
Determine whether parallelogram JKLM with vertices J(-1, 1),
K(4, 1), L(4, 6) and M(-1, 6) is a rhombus, square, rectangle or
all three.
rhombus
square
rectangle
rhombus, square and rectangle
2 points
QUESTION 3
In rectangle JKLM, JK is equal to 12 feet, and LN is equal...
52% A cyclic quadrilateral is shown. Not drawn accurately x + 10° X: y = 3:7 у Work out the size of angle z. + z х n с ABCD is a parallelogram where AB = m and BĆ = n В, F is the midpoint of the line BD. a) Express FD in terms of m and n. FD = Van - Vam m; A D E is the point such that ADE is a straight line with AD:...
JAVA: Quadrilateral Inheritance Hierarchy Write an inheritance hierarchy for classes Quadrilateral, Parallelogram, Rectangle, and Square. Use Quadrilateral as the superclass of the hierarchy. Create and use a Point class to represent the points in each shape. Make the hierarchy as deep as possible, i.e. more than two levels. Specify the instance variables and methods for each class. The private instance variables of Quadrilateral should be the x-y coordinate pairs for the four endpoints of the Quadrilateral. A program that instantiates...
3- (SKMMIH3/SME2113) from plastic having modulus of elasticity, E-4.0GPa a) Bar ABCD shown in Figure Q3a is made The bar consists of three segments, AB, BC, and CD. Segment AB is hollow and segments BC and CD are solids If the shortening (contraction) of bar ABCD is limited to 4.0 mm, determine the maximum allowable force P to be applied at C. (8 marks) 90 mm ΟΙ 00 mm 1080 min PL 500 mm 250 mm 250 mm Figure Q3a...
5) What is the value of the variable answer after the code segment below completes? int a, b, c; answer, a 3*b: b 5 10: c (a a b*b) / (c*c) answer = A).5 B) 2 C) 2.5 D) 250 ENone of the Above 8) What is the output of the following segment of code? int a 7, b= 3, c = 6 if (a> b c) printf"A"); if (b > a - с) printf ("B"); else printf("C") if (atb...
Savart Law Deadline: 100 % until Friday, November 1 at 8:00 AM Wire and Rectangular Loop 12 3 4 56 A rectangular loop of wire with sides H-24 cm and W 54 cm carries current l2 0.247 A. An infinite straight wire, located a distance L-36 cm from segment ad of the loop as shown, carries current I,-0.667 A in the positive y-direction. H WI 1) What is Fad.x the x-component of the force exerted by the infinite wire on...
Question #1, 3, 5, 7 & 9.
ero, then - i must also be Example 3. Let We could attempt to solve this problem in the same manner as we did problems in the previous si However, we can arrive at the solution much faster by using the given hint. Ifi is a zero, then-im a zero. The Division Algorithm and the Factor Theorem tell us that there is a polynomial, Q(x), such Rx) = 6 - Xr+DQ(x) = (x2...
1. What is the output of the following code segment? int array[] = { 8, 6, 9, 7, 6, 4, 4, 5, 8, 10 }; System.out.println( "Index Value" ); for ( int i = 0; i < array.length; i++ ) System.out.printf( "%d %d\n", i, array[ i ] ); 2. What is the output of the following code segment? char sentence[] = {'H', 'o', 'w', ' ', 'a', 'r', 'e', ' ', 'y', 'o', 'u' }; String output = "The sentence...