document.write( "Question 373552: 1. thirteen more than four times a number is -91. find the number \r
\n" );
document.write( "\n" );
document.write( "2. the total cost of a suit and a coat is $291. the cost of the coat is twice as much as the suit, how much does the coat cost?\r
\n" );
document.write( "\n" );
document.write( "3. steave hit 4 more runs than twice the number of runs larry hit. together they hit 10 runs. how many runs did steave hit? \n" );
document.write( "
Algebra.Com's Answer #266036 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Here are the equations for each problem \n" ); document.write( ": \n" ); document.write( "1. thirteen more than four times a number is -91. find the number \n" ); document.write( "4x + 13 = -91 \n" ); document.write( ": \n" ); document.write( "2. the total cost of a suit and a coat is $291. \n" ); document.write( " the cost of the coat is twice as much as the suit, \n" ); document.write( " how much does the coat cost? \n" ); document.write( "s + c = 291 \n" ); document.write( "c = 2s \n" ); document.write( "Replace c with 2s in the 1st equation, find s, then find c \n" ); document.write( ": \n" ); document.write( "3. steave hit 4 more runs than twice the number of runs larry hit. \n" ); document.write( " together they hit 10 runs. \n" ); document.write( " how many runs did steave hit? \n" ); document.write( "S = 2L + 4 \n" ); document.write( "S + L = 10 \n" ); document.write( "L = (10-S) \n" ); document.write( "Replace L with (10-S) in the 1st equation, solve for s \n" ); document.write( " |