document.write( "Question 485610: I am trying to help my son with his algebra and need some help! I have two I am stuck on can you please help. I need an equation to model and solve. Below are the questions.\r
\n" );
document.write( "\n" );
document.write( "1) Attendance at a ball game was 400 people. Student tickets cost $2 and adult tickets $3. $1050 was collected in ticket sales, how many of each were sold.\r
\n" );
document.write( "\n" );
document.write( "2) Find two consecutive integers such that the sum of the first and three times the second is 55.\r
\n" );
document.write( "\n" );
document.write( "Thank you,
\n" );
document.write( "Dwayne \n" );
document.write( "
Algebra.Com's Answer #332105 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1) Attendance at a ball game was 400 people. Student tickets cost $2 and adult tickets $3. $1050 was collected in ticket sales, how many of each were sold. \n" ); document.write( "---------------- \n" ); document.write( "s + a = 400 \n" ); document.write( "2s + 3a = 1050 \n" ); document.write( "--------------- \n" ); document.write( "2s + 2a = 800 1st eqn times 2 \n" ); document.write( "2s + 3a = 1050 \n" ); document.write( "-------------- subtract \n" ); document.write( "-a = -250 \n" ); document.write( "a = 250 adult tix \n" ); document.write( "s = 150 student tix \n" ); document.write( "--------------------- \n" ); document.write( "2) Find two consecutive integers such that the sum of the first and three times the second is 55. \n" ); document.write( "n + 3(n+1) = 55 \n" ); document.write( "n + 3n + 3 = 55 \n" ); document.write( "4n + 3 = 55 \n" ); document.write( "4n = 52 \n" ); document.write( "n = 13 \n" ); document.write( "--> 13 & 14 \n" ); document.write( " \n" ); document.write( " |