document.write( "Question 351227: Model this situation using a linear system. A server earned $55 in tips, all in loonies and toonies. she had 38 coins altogether. how many toonies were there?\r
\n" );
document.write( "\n" );
document.write( "so far ; let x represent the number of loonies.
\n" );
document.write( "let y represent the number of toonies.
\n" );
document.write( "x+y=38
\n" );
document.write( "x-2y=55 \r
\n" );
document.write( "\n" );
document.write( "now i need to solve it . \n" );
document.write( "
Algebra.Com's Answer #251008 by stanbon(75887) ![]() You can put this solution on YOUR website! Model this situation using a linear system. A server earned $55 in tips, all in loonies and toonies. she had 38 coins altogether. how many toonies were there? \n" ); document.write( "so far ; let x represent the number of loonies. \n" ); document.write( "let y represent the number of toonies. \n" ); document.write( "x+y=38 \n" ); document.write( "x+2y=55 \n" ); document.write( "-------------- \n" ); document.write( "Subtract 1st from 2nd to get: \n" ); document.write( "y = 17 (# of toonies) \n" ); document.write( "--- \n" ); document.write( "x = 38-17 = 21 (# of loonies) \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |