A triangle has a height that measures 30 cm and an area of 195 cm
. Find the length of the base of this triangle.
A. 13 cm
B. 17 cm
C. 16 cm
D. 15 cm
E. 14 cm
Answer: A
You might also like to view...
Three primary activities of a program are:
a. variable definitions, operators, lists of key words b. lines, statements, punctuation c. input, processing, output d. integer, floating-point, character definitions e. None of these
The following code selects all the records from the ________ that do not have ________.
``` query = "SELECT * FROM AuctionItems " _ & "WHERE Ends = #" & Date() - 1 & "# " _ & "AND CurrentBidder IS NOT NULL " _ & "ORDER BY Display" ``` (a) current day, more than one bid. (b) past week, a null CurrentBidder field. (c) previous day, a null CurrentBidder field (d) previous day, one bid.
A ________ is a group of applications bundled together by software companies to allow for special pricing
Fill in the blank(s) with correct word
A Creative Brief is a lengthy document that provides a detailed overview of the project at hand to other designers
Indicate whether the statement is true or false