document.write( "Question 960352: To visit an Museum,The admission fee for student is $8 and the admission fee for Adult is $15. In one hour, 12 adults and students enter the museum and a Total of $131 in admission was paid.
\n" );
document.write( "Write a linear system to model this problem and solve this problem graphically. Check you answer by substituting into the linear system you found. \r
\n" );
document.write( "\n" );
document.write( "I have try to do my work , please help me correct if I'm wrong: \r
\n" );
document.write( "\n" );
document.write( "x= # of student
\n" );
document.write( "y=# of adult
\n" );
document.write( "Linear system is:
\n" );
document.write( "x+y=12
\n" );
document.write( "8x+15y=131
\n" );
document.write( "***not sure if it 12 or add #of adult and student*** \r
\n" );
document.write( "\n" );
document.write( "x-intercept: y=0
\n" );
document.write( "8x+15y=131
\n" );
document.write( "8x+15(0)=131
\n" );
document.write( "8x=131
\n" );
document.write( "x=16.375 \r
\n" );
document.write( "\n" );
document.write( "y-intercept: x=0
\n" );
document.write( "8x+15y=131
\n" );
document.write( "8(0) +15y=131
\n" );
document.write( "15y=131
\n" );
document.write( "y=8.73 \r
\n" );
document.write( "\n" );
document.write( "I'm not sure what I did wrong But every time I try to graph, the two intercept number are not right when I Verify. \n" );
document.write( "
Algebra.Com's Answer #586896 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Your two equations are correct \n" ); document.write( "x +y = 12 \n" ); document.write( "8x + 15y = 131 \n" ); document.write( "******************** \n" ); document.write( "we want the coordinates of the point of intersection of the two lines, first put each line into standard notation, y = mx + b \n" ); document.write( "y = -x + 12 \n" ); document.write( "y = -8x/15 + 131/15 \n" ); document.write( "******************** \n" ); document.write( "here are the two lines, first equation is red and second equation is green \n" ); document.write( " \n" ); document.write( "point of intersection is (7, 5) \n" ); document.write( "****************************** \n" ); document.write( "check answer with original equations \n" ); document.write( "7 + 5 = 12 \n" ); document.write( "12 = 12 \n" ); document.write( "8*7 + 15*5 = 131 \n" ); document.write( "56 + 75 = 131 \n" ); document.write( "131 = 131 \n" ); document.write( "our answer checks \n" ); document.write( " \n" ); document.write( " |