document.write( "Question 1158930:  finite mathematics- \r
\n" );
document.write( "\n" );
document.write( "Ally scored 19 times in a basketball game for a total of 36 points. Her number of two-pointers was twice the number of three-pointers plue the number of free throws. SET UP BUT DO NOT SOLVE a system of liner equations that represent how many of each kind of score he made.  \n" );
document.write( "
| Algebra.Com's Answer #805519 by CubeyThePenguin(3113)     You can put this solution on YOUR website! x = number of two-pointers \n" ); document.write( "y = number of three-pointers \n" ); document.write( "z = number of free throws\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 19 \n" ); document.write( "2x + 3y = 36 \n" ); document.write( "x = 2y + z \n" ); document.write( " |