document.write( "Question 316323: Josh and Pam have purchased an older home in need of repairs. They have budgeted $3500 for repairs. After spending $1000 for furnace repairs they need to replace 5 windows. What is the maximum they can spend on each of the five windows? \n" ); document.write( "
Algebra.Com's Answer #226300 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let them spend $x for each window. \n" ); document.write( "number of windows = 5 \n" ); document.write( "$1000 for furnace. \n" ); document.write( "budget = 3500 \n" ); document.write( ".. \n" ); document.write( "5x+1000=3500 \n" ); document.write( "5x=2500 \n" ); document.write( "x=2500/5 \n" ); document.write( "x=500 \n" ); document.write( "They can spend $500 for each window. \n" ); document.write( " |