document.write( "Question 225605: tom's family is planning a 7-day trip to texas. they want to spend time in both san antonio and dallas. they estimate that it will cost $275 per day in san antonio and $400 per day in dallas. Their budget for the 7 days is $2300. How many days should they spend in each city?\r
\n" );
document.write( "\n" );
document.write( "275x+400y=2300
\n" );
document.write( "? \n" );
document.write( "
Algebra.Com's Answer #168284 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! X+Y=7 \n" ); document.write( "X=7-Y \n" ); document.write( "275x+400y=2300 \n" ); document.write( "275(7-Y)+400Y=2300 \n" ); document.write( "1,925-275Y+400Y=2300 \n" ); document.write( "125Y=2300-1,925 \n" ); document.write( "125Y=375 \n" ); document.write( "Y=375/125 \n" ); document.write( "Y=3 DAYS IN DALLAS. \n" ); document.write( "X-3=4 DAYS IN SAN ANTONIO. \n" ); document.write( "PROOF: \n" ); document.write( "275*4+400*3=2,300 \n" ); document.write( "1,100+1,200=2,300 \n" ); document.write( "2,300=2,300 \n" ); document.write( " |