AG

Applied Grammar: Dependent Prepositions

Adjective + preposition · verb + preposition · noun + preposition collocations

Grammar–lexis connection

Adjective + preposition · verb + preposition · noun + preposition collocations

interested in
fixed collocation: interested IN (not about/by)
responsible for
fixed collocation: responsible FOR (not of/about)
depend on
verb + preposition: depend ON (not from/of)
consist of
verb + preposition: consist OF (not from/in)
result in
verb + preposition: result IN (= cause); result FROM (= be caused by)

Examples in use

interested in
She is interested in medieval history.
responsible for
He is responsible for three departments.
depend on
Success depends on preparation.
consist of
The committee consists of twelve members.
result in
The decision resulted in widespread protests.
1 / 2
// Scroll first slide into view on load (function() { var dk = document.getElementById('slide-deck'); if (dk) setTimeout(function() { dk.scrollIntoView({ behavior: 'smooth', block: 'start' }); }, 150); })(); // ✓ badges on Practice / Game nav tabs (function() { try { var p = JSON.parse(localStorage.getItem('wordplay_progress') || '{}'); var lv = p['b2'] || {}; var ws = lv['applied-grammar-prepositions']; if (ws && ws.pct >= 70) { var pt = document.querySelector('.chapter-nav-btn[href="index.html"]'); if (pt) pt.textContent = 'Practice ✓'; } var gm = lv['wordplay_game_applied-grammar-prepositions']; if (gm && gm.pct >= 70) { var gt = document.querySelector('.chapter-nav-btn[href="game.html"]'); if (gt) gt.textContent = 'Game ✓'; } } catch(e) {} })(); (function(){ try{ var mastered = localStorage.getItem('wordplay_vocab_b2_applied-grammar-prepositions_mastered') === '1'; if(mastered){var ft=document.querySelector('.chapter-nav-btn[href="index.html"]');if(ft)ft.textContent='Flashcards ✓';} var p=JSON.parse(localStorage.getItem('wordplay_progress')||'{}'); var gm=(p['b2']||{})['wordplay_game_applied-grammar-prepositions']; if(gm&&gm.pct>=70){var gt=document.querySelector('.chapter-nav-btn[href="game.html"]');if(gt)gt.textContent='Game ✓';} }catch(e){} })();