.
Let V1 = (a,b) and V2 = (c,d) be two vectors that are two adjacent sides of the parallelogram released from one common vertex.
Then the area of the parallelogram is the absolute value of the determinant
S = abs (det ) = | ad - bc |.
In your case, it is convenient to take point (0,0) as the common vertex.
Then two vectors/adjacent sides are
V1 = (3-0,3-0) = (3,3), (1) and
V2 = (4-0,6-0) = (4,6). (2)
Do not mix these vectors (1) and (2) with the point coordinates.
Again, (1) and (2) represent the vectors that are two adjacent sides of the parallelogram with the common vertex (0,0).
Next, form this matrix = .
Calculate its determinant det = 3*6 - 4*3 = 18 - 12 = 6.
Take the absolute value of the determinant: |det| = |6| = 6.
In this case the absolute value is the same as the determinant, but in other cases it may not be so.
Your area is 6: S = 6 square units.
So, I answered your question and described the procedure.
See the lesson
- Determinant of a 2x2-matrix and the area of a parallelogram and a triangle.
in this site.
Also, you have this free of charge online textbook in ALGEBRA-II in this site
- ALGEBRA-II - YOUR ONLINE TEXTBOOK.
The referred lesson is the part of this online textbook under the topic
"2x2-Matrices, determinants, Cramer's rule for systems in two unknowns"