HP Prime Graphing NW280AAABA manual AASangle,angle,side, ASAangle,side,angle, SASside,angle,side

Models: Prime Graphing NW280AAABA

1 616
Download 616 pages 24.49 Kb
Page 381
Image 381

AAS

Angle-Angle-Side. Takes as arguments the measures of two

 

angles and the length of the side opposite the first angle and

 

returns a list containing the length of the side opposite the

 

second angle, the length of the third side, and the measure of

 

the third angle (in that order).

 

AAS(angle,angle,side)

 

Example:

 

AAS(30, 60, 1) in degree mode returns {1.732…, 2,

 

90}

ASA

Angle-Side-Angle. Takes as arguments the measure of two

 

angles and the length of the included side and returns a list

 

containing the length of the side opposite the first angle, the

 

length of the side opposite the second angle, and the measure

 

of the third angle (in that order).

 

ASA(angle,side,angle)

 

Example:

 

ASA(30, 2, 60) in degree mode returns {1, 1.732…,

 

90}

SAS

Side-Angle-Side. Takes as arguments the length of two sides

 

and the measure of the included angle and returns a list

 

containing the length of the third side, the measure of the

 

angle opposite the third side and the measure of the angle

 

opposite the second side.

 

SAS(side,angle,side)

 

Example:

 

SAS(2, 60, 1) in degree mode returns {1.732…, 30,

 

90}

SSA

Side-Side-Angle. Takes as arguments the lengths of two sides

 

and the measure of a non-included angle and returns a list

 

containing the length of the third side, the measure of the

 

angle opposite the second side, and the measure of the angle

 

opposite the third side. Note: In an ambiguous case, this

 

command will only give you one of the two possible solutions.

 

SSA(side,side,angle)

 

Example:

 

SSA(1, 2, 30) returns {1.732…, 90, 60}

Functions and commands

375

Page 381
Image 381
HP Prime Graphing NW280AAABA manual AASangle,angle,side, ASAangle,side,angle, SASside,angle,side, SSAside,side,angle